Category:Unicode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "Unicode methods treat their method object as a string of type <var>Unicode</var>. Any value that is n...")
 
mNo edit summary
Line 1: Line 1:
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Unicode]] methods treat their method object as a string of type <var>[[Unicode]]</var>.  Any value that is not a unicode value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method.  For more information about this conversion, see [[Unicode#Implicit Unicode conversions|Implicit Unicode conversions]].
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Unicode]] methods treat their method object as a string of type <var>[[Unicode]]</var>.  Any value that is not a unicode value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method.  For more information about this conversion, see [[Unicode#Implicit Unicode conversions|"Implicit Unicode conversions"]].


<var>Unicode</var> strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.
<var>Unicode</var> strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.
Line 5: Line 5:
See the [[List of Unicode methods|list of Unicode Methods]] for a list of the methods along with brief descriptions.
See the [[List of Unicode methods|list of Unicode Methods]] for a list of the methods along with brief descriptions.


See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
See [[Notation conventions for methods|"Notation conventions for methods"]] for information about the conventions followed in the method descriptions.


[[Category:Intrinsic methods]]
[[Category:Intrinsic methods]]

Revision as of 23:08, 2 May 2011

Unicode methods treat their method object as a string of type Unicode. Any value that is not a unicode value is automatically converted before it is acted on by the method. For more information about this conversion, see "Implicit Unicode conversions".

Unicode strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.

See the list of Unicode Methods for a list of the methods along with brief descriptions.

See "Notation conventions for methods" for information about the conventions followed in the method descriptions.