``16#A345#``.
This scheme is compatible with use of the full Wide_Character set.
-*Upper-Half Coding*
- .. index:: Upper-Half Coding
+.. index:: Upper-Half Coding
+*Upper-Half Coding*
The wide character with encoding ``16#abcd#`` where the upper bit is on
(in other words, 'a' is in the range 8-F) is represented as two bytes,
``16#ab#`` and ``16#cd#``. The second byte cannot be a format control
be also used for shift-JIS or EUC, where the internal coding matches the
external coding.
-*Shift JIS Coding*
- .. index:: Shift JIS Coding
+.. index:: Shift JIS Coding
+*Shift JIS Coding*
A wide character is represented by a two-character sequence,
``16#ab#`` and
``16#cd#``, with the restrictions described for upper-half encoding as
conversion. Only characters defined in the JIS code set table can be
used with this encoding method.
+.. index:: EUC Coding
*EUC Coding*
- .. index:: EUC Coding
-
A wide character is represented by a two-character sequence
``16#ab#`` and
``16#cd#``, with both characters being in the upper half. The internal
@copying
@quotation
-GNAT User's Guide for Native Platforms , Oct 26, 2023
+GNAT User's Guide for Native Platforms , Nov 10, 2023
AdaCore
example, ESC A345 is used to represent the wide character with code
@code{16#A345#}.
This scheme is compatible with use of the full Wide_Character set.
-
-@item `Upper-Half Coding'
+@end table
@geindex Upper-Half Coding
+
+@table @asis
+
+@item `Upper-Half Coding'
+
The wide character with encoding @code{16#abcd#} where the upper bit is on
(in other words, ‘a’ is in the range 8-F) is represented as two bytes,
@code{16#ab#} and @code{16#cd#}. The second byte cannot be a format control
character, but is not required to be in the upper half. This method can
be also used for shift-JIS or EUC, where the internal coding matches the
external coding.
-
-@item `Shift JIS Coding'
+@end table
@geindex Shift JIS Coding
+
+@table @asis
+
+@item `Shift JIS Coding'
+
A wide character is represented by a two-character sequence,
@code{16#ab#} and
@code{16#cd#}, with the restrictions described for upper-half encoding as
character according to the standard algorithm for Shift-JIS
conversion. Only characters defined in the JIS code set table can be
used with this encoding method.
-
-@item `EUC Coding'
+@end table
@geindex EUC Coding
+
+@table @asis
+
+@item `EUC Coding'
+
A wide character is represented by a two-character sequence
@code{16#ab#} and
@code{16#cd#}, with both characters being in the upper half. The internal
@printindex ge
-@anchor{d1}@w{ }
@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ }
+@anchor{d1}@w{ }
@c %**end of body
@bye