NewFromAsciiCodepage (CharacterToUnicodeMap function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outCharacterToUnicodeMap</th><td><var>CharacterToUnicodeMap</var> object</td></tr>
<tr><th>%outCharacterToUnicodeMap</th><td><var>CharacterToUnicodeMap</var> object</td></tr>
<tr><th nowrap="true"><var>[%(CharacterToUnicodeMap)]</var></th>
<tr><th nowrap="true"><var>[%(CharacterToUnicodeMap):]</var></th>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
<tr><th>codepageName</th>
<tr><th>codepageName</th>

Revision as of 20:24, 30 November 2011

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