$UCS4XEw. Format
Processes a character string that is in native-endian,
32-bit, UCS4, Unicode encoding, and then writes the character string
in the encoding of the current SAS session.
Category: |
Character |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field. Specify enough width to accommodate the 32-bit
size of the Unicode characters.
Details
The $UCS4XE
w. format writes a character string in the encoding
of the current SAS session. It processes character strings that are
in native-endian, 32-bit, UCS4 (universal character set code in four
octets), Unicode encoding.
Comparisons
The $UCS4XE
w. format performs processing that is the opposite
of the $UCS4X
w. format.
Example
This example uses the
Japanese Shift_JIS encoding, which is supported under the UNIX operating
environment.
|
|
|
|
x ='275900004100000042000000'x;
|
AB (little endian)
|