NewFromAsciiCodepage (CharacterToUnicodeMap function)

From m204wiki
Revision as of 21:24, 21 November 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create CharacterToUnicodeMap object from ASCII codepage (CharacterToUnicodeMap class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

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

Syntax terms

%outCharacterToUnicodeMapCharacterToUnicodeMap object
[%(CharacterToUnicodeMap)] The optional class name in parentheses denotes a virtual constructor. See "Usage notes", below, for more information about invoking a virtual constructor.
codepageName string

Usage notes

Examples

See also