The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Encode::JISX0213::CCS - JIS X 0213 coded character sets

ABSTRACT

This module provides followng coded character sets.

  reg# Name                    Description
  ----------------------------------------------------------------
   87  jis-x-0208              JIS X 0208-1983, 2nd rev. of JIS X 0208
  168      ditto               JIS X 0208-1990, 3rd rev. of JIS X 0208
       jis-x-0208-ascii
       jis-x-0208-jis
  233  jis-x-0213-plane1       JIS X 0213:2004 level 3 (plane 1)
       jis-x-0213-plane1-ascii
       jis-x-0213-plane1-jis
  228  jis-x-0213-plane1-2000  JIS X 0213:2000 level 3 (plane 1)
       jis-x-0213-plane1-2000-ascii
       jis-x-0213-plane1-2000-jis
  229  jis-x-0213-plane2       JIS X 0213:2000/2004 level 4 (plane 2)

   -   jis-x-0208-0213         Common set of JIS X 0208 and JIS X 0213,
       jis-x-0208-0213-ascii   according to JIS X 0213:2004 Annex 2
       jis-x-0208-0213-jis
  ----------------------------------------------------------------

DESCRIPTION

To find out how to use this module in detail, see Encode and Encode::ISO2022.

Note on Variants

Those suffixed "-ascii" and "-jis" use alternative names for the characters compatible to ISO/IEC 646 IRV (virtually ASCII) and JIS X 0201 Latin set, respectively.

Compatibility

jis-x-0208* include a fallback mapping for HORIZONTAL BAR. Though it is not normative mapping defined by JIS X 0208, it is added for compatibility to jis0208-raw encoding in Encode::JP core module.

However, jis-x-0208-0213* no longer include this mapping.

SEE ALSO

Encode, Encode::ISO2022, Encode::ISO2022::CCS.

AUTHOR

Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

COPYRIGHT

Copyright (C) 2013, 2015 Hatuka*nezumi - IKEDA Soji.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.