SetANSIToUnicode subroutine

Establishes the mapping between an ANSI numeric value and a Unicode numeric value.

SetANSIToUnicode(ANSI_value, Unicode_value)

The SetANSIToUnicode subroutine has the following parameters.

ParameterDescription
ANSI_valueThe decimal value of the ANSI character.
Unicode_valueThe decimal value of the Unicode character.
* Maps the ANSI value 221 to the Unicode value 1000
Call SetANSIToUnicode(221, 1000)
 
**
**
  • guides/programming/programmers_reference_manual/setansitounicode.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1