====== SetDefaultCharacter subroutine ====== ==== Description ==== Establishes the default character value used when a Unicode character does not map to an ANSI character. ==== Syntax ==== **SetDefaultCharacter**(value) ==== Parameters ==== The SetDefaultCharacter subroutine has the following parameter. ^Parameter^Description^ |value|the character used when there is no ANSI to Unicode mapping for that character| ==== See Also ==== [[getdefaultcharacter|GetDefaultCharacter()]] ==== Example ==== declare function GetDefaultCharacter * set default character to # call SetDefaultCharacter('#')