CharacterToUnicodeMap methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 01:49, 6 November 2011

The syntax for each of the CharacterToUnicodeMap class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of CharacterToUnicodeMap methods.

%outCharacterToUnicodeMap = characterToUnicodeMap:Copy

%characterMap = characterToUnicodeMap:DeepCopy

%characterToUnicodeMap = [%(CharacterToUnicodeMap)]:New[( [In= string], - [Out= unicode], [Pad= unicode])]

%characterToUnicodeMap = [%(CharacterToUnicodeMap)]:NewFromAsciiCodepage( codepageName)

%characterToUnicodeMap = [%(CharacterToUnicodeMap)]:NewFromEbcdicCodepage( codepageName)

characterToUnicodeMap:Update( In= string, [Out= unicode], [Pad= unicode])