Establishes the default character value used when a Unicode character does not map to an ANSI character.
SetDefaultCharacter(value)
The SetDefaultCharacter subroutine has the following parameter.
Parameter | Description |
---|---|
value | the character used when there is no ANSI to Unicode mapping for that character |
declare function GetDefaultCharacter * set default character to # call SetDefaultCharacter('#')