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.

ParameterDescription
valuethe character used when there is no ANSI to Unicode mapping for that character

See Also

GetDefaultCharacter()

Example

declare function GetDefaultCharacter
* set default character to #
call SetDefaultCharacter('#')
  • No labels