$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.
Syntax
Syntax Description
- w
-
specifies the width
of the input field.
Comparisons
This example uses the
Japanese Shift_JIS encoding, which is supported under the UNIX operating
environment.
|
|
|
|
x=input (' e5a4a7' x, $utf8x3.);
|
|