Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SetANSIToUnicode subroutine ====== ==== Description ==== Establishes the mapping between an ANSI numeric value and a Unicode numeric value. ==== Syntax ==== SetANSIToUnicode(ANSI_value, Unicode_value) ==== Parameters ==== The SetANSIToUnicode subroutine has the following parameters. ^Parameter^Description^ |ANSI_value|The decimal value of the ANSI character.| |Unicode_value|The decimal value of the Unicode character.|| ==== See Also ==== [[getansitounicode|GetANSIToUnicode()]], [[getunicodetoansi|GetUnicodeToANSI()]] ==== Example ==== <code> * Maps the ANSI value 221 to the Unicode value 1000 Call SetANSIToUnicode(221, 1000) ** ** </code> guides/programming/programmers_reference_manual/setansitounicode.txt Last modified: 2024/06/19 20:20by 127.0.0.1