Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gb18030(5) [osx man page]

GB18030(5)						      BSD File Formats Manual							GB18030(5)

NAME
gb18030 -- GB 18030 encoding method for Chinese text SYNOPSIS
ENCODING "GB18030" DESCRIPTION
The GB18030 encoding implements GB 18030-2000, a PRC national standard for the encoding of Chinese characters. It is a superset of the older GB 2312-1980 and GBK encodings, and incorporates Unicode's Unihan Extension A completely. It also provides code space for all Unicode 3.0 code points. Multibyte characters in the GB18030 encoding can be one byte, two bytes, or four bytes long. There are a total of over 1.5 million code positions. GB 11383-1981 (ASCII) characters are represented by single bytes in the range 0x00 to 0x7F. Chinese characters are represented as either two bytes or four bytes. Characters that are represented by two bytes begin with a byte in the range 0x81-0xFE and end with a byte either in the range 0x40-0x7E or 0x80-0xFE. Characters that are represented by four bytes begin with a byte in the range 0x81-0xFE, have a second byte in the range 0x30-0x39, a third byte in the range 0x81-0xFE and a fourth byte in the range 0x30-0x39. SEE ALSO
euc(5), gb2312(5), gbk(5), utf8(5) Chinese National Standard GB 18030-2000: Information Technology -- Chinese ideograms coded character set for information interchange -- Extension for the basic set, March 2000. The Unicode Standard, Version 3.0, The Unicode Consortium, 2000. STANDARDS
The GB18030 encoding is believed to be compatible with GB 18030-2000. BSD
August 10, 2003 BSD

Check Out this Related Man Page

iconv_zh(5)							File Formats Manual						       iconv_zh(5)

NAME
iconv_zh - code set conversion tables DESCRIPTION
The following code set conversions are supported: Code Set Conversions Supported Code Symbol TargetCode Symbol GB 2312-80 zh_CN.euc UTF-8 UTF-8 GB 2312-80 zh_CN.euc HZ-GB-2312 HZ-GB-2312 GB 2312-80 zh_CN.euc ISO-2022-CN zh_CN.iso2022-CN GBK zh_CN.gbk UTF-8 UTF-8 GBK zh_CN.gbk HZ-GB-2312 HZ-GB-2312 GBK zh_CN.gbk ISO-2022-CN zh_CN.iso2022-CN GB18030-2000 zh_CN.gb18030 UTF-8 UTF-8 GB18030-2000 zh_CN.gb18030 IS0-2022-CN zh_CN.iso2022-CN HZ-GB-2312 HZ-GB-2312 UTF-8 UTF-8 HZ-GB-2312 HZ-GB-2312 GB 2312-80 zh_CN.euc HZ-GB-2312 HZ-GB-2312 GBK zh_CN.gbk ISO-2022-CN zh_CN.iso2022-CN GB 2312-80 zh_CN.euc ISO-2022-CN zh_CN.iso2022-CN GBK zh_CN.gbk ISO-2022-CN zh_CN.iso2022-CN GB18030-2000 zh_CN.gb18030 IS0-2022-CN zh_CN.iso2022-CN UTF-8 UTF-8 Code Page 935 zh_CN-cp935 UTF-8 UTF-8 UTF-8 UTF-8 GB 2312-80 zh_CN.euc UTF-8 UTF-8 GBK zh_CN.gbk UTF-8 UTF-8 GB18030-2000 zh_CN.gb18030 UTF-8 UTF-8 HZ-GB-2312 HZ-GB-2312 UTF-8 UTF-8 IS0-2022-CN zh_CN.iso2022-CN UTF-8 UTF-8 Code Page 935 zh_CN-cp935 GB 2312-80 zh_CN.euc Big-5 zh_TW-big5 GBK zh_CN.gbk Big-5 zh_TW-big5 GBK zh_CN.gbk Big-5p zh_TW-big5p GBK zh_CN.gbk BIG5HK zh_HK-big5hk GB18030-2000 zh_CN.gb18030 Big-5 zh_TW-big5 GB18030-2000 zh_CN.gb18030 Big-5p zh_TW-big5p GB18030-2000 zh_CN.gb18030 BIG5HK zh_HK-big5hk Big-5 zh_TW-big5 GB18030-2000 zh_CN.gb18030 Big-5 zh_TW-big5 GBK zh_CN.gbk Big-5 zh_TW-big5 GB 2312-80 zh_CN.euc Big-5p zh_TW-big5p GB18030-2000 zh_CN.gb18030 Big-5p zh_TW-big5p GBK zh_CN.gbk BIG5HK zh_HK-big5hk GB18030-2000 zh_CN.gb18030 BIG5HK zh_HK-big5hk GBK zh_CN.gbk Conversion are performed as described below, For all conver- sions, if the source code set includes characters not inclu- ded in the target code set, conversion and output for all such characters will be done using a substitute characters. zh_CN.euc to UTF-8 and UTF-8 to zh_CN.euc Conversion modules can be used to convert GB 2312-80 characters between EUC-CN and UTF-8 encodings. If input data which does not have the corresponding character in the target code is encountered, it will be replaced with the substitute character (zh_CN.euc: '??' (0x3f3f), UTF-8: U+FFFD(0xefbfbd)). zh_CN.gbk to UTF-8 and UTF-8 to zh_CN.gbk Conversion modules can be used to convert GBK characters between GBK and UTF-8 encodings. If input data which does not have the correspond- ing character in the target code is encountered, it will be replaced with the subsitute character (zh_CN.gbk: '??' (0x3f3f), UTF-8: U+FFFD(0xefbfbd)). zh_CN.gb18030 to UTF-8 and UTF-8 to zh_CN.gb18030 Conversion modules can be used to convert GB18030-2000 characters between GB18030 and UTF-8 encodings. If input data which does not have the corresponding character in the target code is encountered, it will be replaced with the substitute character (zh_CN.GB18030: '??' (0x3f3f), UTF-8: U+FFFD(0xefbfbd)). zh_CN.euc to zh_CN.iso2022-CN and zh_CN.iso2022-CN to zh_CN.euc Conversion modules are provided to convert GB 2312-80 characters between IS0-2022-CN and EUC-CN encodings. zh_CN.gbk to zh_CN.iso2022-CN and zh_CN.iso2022-CN to zh_CN.euc Conversion modules are provided to convert GB 2312-80, CNS 11643-1992 plane 1 and 2 characters between ISO-2022-CN and EUC-CN encoding. If input data which doesn't belong to above charset is encountered, it will be replaced with the substitute character (zh_CN.gbk: 0xa1f5, zh_CN.iso2022-CN: 0x2175). zh_CN.euc to HZ-GB-2312 and HZ-GB-2312 to zh_CN.euc Conversion modules are provided to convert GB 2312-80 characters between EUC-CN and HZ encodings. zh_CN.gbk to HZ-GB-2312 and HZ-GB-2312 to zh_CN.gbk Conversion modules are provided to convert GB 2312-80 characters between EUC-CN and HZ encodings. If input data which does not belong to the above charset is encountered, it will be replaced with the substitute characters (HZ-GB-2312: 0x2175). zh_CN.iso2022-CN to UTF-8 and UTF-8 to zh_CN.iso2022-CN Conversion modules are provided to convert GB 2312-80 and CNS 11643 plane 1 and 2 characters between ISO-2022-CN and UTF-8 encodings. If input data which does not belong to the above charsets is encountered, it will be replaced with the substitute characters (zh_CN.iso2022-CN: '??' (0x3f3f), UTF-8: U+FFFD). HZ-GB-2312 to UTF-8 and UTF-8 to HZ-GB-2312 Conversion modules can be used to convert GB 2312-80 characters between HZ and UTF-8 encoding. If input data which does not belong to the above charset is encountered, it will be replaced with the substitute characters ( HZ-GB-2312: '??' (0x3f3f), UTF-8: U+FFFD). zh_CN-cp935 to UTF-8 and UTF-8 to zh_CN-cp935 Conversion modules are provided to convert GB 2312-80 characters between IBM Code Page 935 and UTF-8 encodings. zh_CN.euc to zh_TW-big5 and zh_TW-big5 to zh_CN.euc Conversion modules are provided to convert between simplified chinese (EUC-CN encoding) and traditional chinese (BIG5 encoding). If input data which does not have corresponding simplified/traditional chinese character is encountered, it will be replaced with the substitute character (zh_CN.euc: '__' (0x5f5f), zh_TW-big5: '__' (0x5f5f)). zh_CN.gbk to zh_TW-big5 and zh_TW-big5 to zh_CN.gbk Conversion modules are provided to convert GBK characters between GBK and BIG5 encoding. If input data which neither has corresponding sim- plified/traditional chinese character nor belongs to the other charset is encountered, it will be replaced with the substitute character (zh_CN.gbk: '__' (0x5f5f), zh_TW-big5: '__' (0x5f5f)). zh_CN.gbk to zh_TW-big5p and zh_TW-big5p to zh_CN.gbk Conversion modules can be used to convert GBK or Big-5p characters between GBK and Big-5p encodings. If input data which does not belong to the other charset, it will be replaced with the substitute character (zh_CN.gbk: '__' (0x5f5f), zh_TW-big5p: '__' (0x5f5f)). zh_CN.gbk to zh_HK-big5hk and zh_HK-big5hk to zh_CN.gbk Conversion modules can be used to convert GBK characters between GBK and BIG5HK encodings. if input data which does not belong to the other charset, it will be replaced with the substitute character (zh_CN.gbk: '__' (0x5f5f), zh_HK-big5hk: '__' (0x5f5f)). SEE ALSO
iconv(1), iconv(3), iconv(5), iconv_zh_TW(5) 2 Nov 2001 iconv_zh(5)
Man Page