$UTF8XEw. Format

Processes a character string that is in universal transformation format (UTF-8), and then writes the character string in the encoding of the current SAS session.
Category: Character
Alignment: left

Syntax

$UTF8XEw.

Syntax Description

w
specifies the width of the output field. Specify enough width to include all of the characters in the variable. The width of the characters are dependent on the code point value of the individual characters.
Default:8
Range:1–32000

Comparisons

The $UTF8XEw. format performs processing that is the opposite to the $UTF8Xw. format.

Example

This example uses the Japanese Shift_JIS session encoding, which is supported under the UNIX operating environment.
Statements
Results
----+----1
x = unicode('u5927');
put x $utf8xe10.;
xxx

See Also

Formats:
Informats: