Category:Intrinsic Unicode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Intrinsic Unicode methods treat their method object as a string of
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Intrinsic Unicode]] methods treat their method object as a string of type [[Unicode]].  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]].
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 [[??]] refid=uniconv.


Unicode strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.
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 Intrinsic Unicode Methods|list of Intrinsic Unicode Methods]] for a list of the methods along with brief descriptions.
See the [[List of Unicode methods|list of Intrinsic 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]] for information about the conventions followed in the method descriptions.
[[Category:Intrinsic methods]]
[[Category:System methods]]

Latest revision as of 16:39, 9 February 2012

Intrinsic 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 Intrinsic 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.

This category currently contains no pages or media.