guides:programming:programmers_reference_manual:getansitounicode

GetANSIToUnicode function

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

Unicode_value = GetANSIToUnicode(ANSI_value)

The GetANSIToUnicode function has the following parameters.

ParameterDescription
ANSI_valueThe decimal value of the ANSI character.
declare function GetANSIToUnicode
* 174 is the decimal value of \AE\, the registration sign
ansi_value = 174   
Unicode_value = GetANSIToUnicode(ansi_value)
* Unicode_value contains the corresponding Unicode decimal value
 
**
**
  • guides/programming/programmers_reference_manual/getansitounicode.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1