UnicodeUntranslatablePosition (Unicode function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 26: | Line 26: | ||
The following fragment shows a successful call of <var>UnicodeUntranslatablePosition</var>. | The following fragment shows a successful call of <var>UnicodeUntranslatablePosition</var>. | ||
The [[U (String function)|U constant function]] is used in the example. | The [[U (String function)|U constant function]] is used in the example. | ||
< | <p class="code">%u <var>Unicode</var> Initial('A&#x80;B':U) | ||
Print %u:<var>UnicodeUntranslatablePosition</var> | |||
</p> | |||
</ | |||
The result is: | The result is: | ||
< | <p class="output">2 | ||
</p> | |||
</ |
Revision as of 15:53, 20 January 2011
Position of first Unicode character not translatable to EBCDIC (Unicode class)
This function finds the character position of the first character in the input Unicode string that is not translatable to EBCDIC.
The UnicodeUntranslatablePosition function is available as of version 7.3 of the Sirius Mods.
Syntax
%number = unicode:UnicodeUntranslatablePosition
Syntax terms
%position | A numeric variable to receive either of the following:
|
---|---|
unicode | A Unicode string. |
Examples
The following fragment shows a successful call of UnicodeUntranslatablePosition. The U constant function is used in the example.
%u Unicode Initial('A€B':U) Print %u:UnicodeUntranslatablePosition
The result is:
2