Previous Page | Next Page

Informats for NLS

$UTF8Xw. Informat



Reads a character string that is encoded in UTF-8, and then converts the character string to the encoding of the current SAS session.
Category: Character

Syntax
Syntax Description
Examples
See Also

Syntax

$UTF8Xw.


Syntax Description

w

specifies the width of the input field.

Default: 8
Range: 1-32000

Examples

This example uses the Japanese Shift_JIS encoding, which is supported under the UNIX operating environment.

Statements Result

----+----1----+
x=input (' e5a4a7' x,$ utf8x3.);
put x;
[untitled graphic]


See Also

Formats:

$UCS2Bw. Format

$UCS2Lw. Format

$UCS2Xw. Format

$UTF8Xw. Format

Informats:

$UCS2Bw. Informat

$UCS2Lw. Informat

$UCS2Xw. Informat

Previous Page | Next Page | Top of Page