guides:programming:programmers_reference_manual:getunicodetoansi

GetUnicodeToANSI function

Converts the Unicode numeric value to an ANSI numeric value using the current ANSI to Unicode map in effect.

ANSI_value = GetUnicodeToANSI(Unicode_value)

The GetUnicodeToANSI function has the following parameters.

ParameterDescription
Unicode_valueThe decimal value of the Unicode character.
declare function GetUnicodeToANSI
* 1741 the Unicode value to convert
Unicode_Value = 1741
ANSI_value = GetUnicodeToANSI(Unicode_value)
* ANSI_value contains the corresponding ANSI decimal value
 
**
**
  • guides/programming/programmers_reference_manual/getunicodetoansi.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1