Processes a character string that is in little-endian, 16-bit,
UCS2, Unicode encoding, and then writes the character string in the encoding
of the current SAS session.
Category: |
Character
|
Alignment: |
left
|
- w
-
specifies the width of the output field. Specify enough
width to accommodate the 16-bit size of the Unicode characters.
Default: |
8 |
Range: |
1-32000 |
The $UCS2LEw. format writes
a character string in the encoding of the current SAS session. It processes
character strings that are in little-endian, 16-bit, UCS2 (universal character
set code in two octets), Unicode encoding.
The $UCS2LEw. format performs
processing that is the opposite of the $UCS2Lw.
format.
This example uses the Japanese Shift_JIS encoding, which is supported
under the UNIX operating environment.
Statements |
Result |
|
----+----1
|
x ='275941004200'x;
put x $ucs2le4.;
|
AB
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.