Description
Establishes the default character value used when a Unicode character does not map to an ANSI character.
Syntax
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 |
See Also
Example
declare function GetDefaultCharacter
* set default character to #
call SetDefaultCharacter('#')