The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests
Lydia Ash
Language Guides: Japanese
| IME |
Japanese |
| Keyboard layout |
Japanese Input System (MS-IME 2000) |
| Keystrokes |
kon <space> <enter> |
nichi <space> <enter> |
ha <enter> |
| Input characters |
今 |
日 |
は |
| Unicode positions |
4ECA |
65E5 |
306F |
| Code page points - JIS |
[3A/23] |
[46/7C] |
[24/4F] |
| Code page points - 932 |
[8D/A1] |
[93/FA] |
[82/CD] |
| Names |
|
|
Hiragana Letter HA |
| Display |
今日は |
| Pronunciation |
kon-nichiwa - meaning Hello
|
| Unicode ranges |
U+2E80 - U+2EFF CJK Radicals Supplement
U+2F00 - U+2FDF KangXi Radicals
U+2FF0 - U+2FFF Ideographic Description Characters
U+3000 - U+303F CJK Symbols and Punctuation
U+3040 - U+309F Hiragana
U+30A0 - U+30FF Katakana
U+3200 - U+32FF Enclosed CJK Letters and Months
U+3300 - U+33FF CJK Compatibility
U+3400 - U+4DB5 CJK Unified Ideographs Extension A
U+4E00 - U+9FFF CJK Unified Ideographs
U+FE30 - U+FE4F CJK Compatibility Forms
U+FF00 - U+FFEF Halfwidth and Fullwidth Forms |
| Fonts |
Windows: MS Gothic, MS Mincho,
MS PGothic, MS PMincho, MS UI Gothic, Terminal
Macintosh: ChuGothic, HonMincho, MaruGothic, SaiMincho, TohabaGothic,
TohabaMincho
Unix: Bitstream Cyberbit, Caslon |
Japanese was initially standardized by the Japanese Industrial Standard.
Their standardization is called JIS X 0208, and the most recent form was
JIS X 0208-1997 and describes the JIS-encoding method applied to this
set. This standard is the most widely used within Japan. Japanese is the
official language of Japan, but is also a language widely used in Brazil,
South Korea, Peru, Taiwan, and the United States, with over 125 million
speakers worldwide.
EUC-JP (Extended Unix Code for Japanese) is another encoding method applied
to Japanese text that covers JIS X 0208-1990 8-bit double-byte characters
and JIS X 0212-1990 7-bit double-byte characters.
The ISO standard that covers this language is ISO 2022-JP, which is also
the name of the encoding method applied there. The Windows 932 code page
takes the ISO 2022-JP standard and adds in some of its own extensions
and changes the encoding method to a Shift-JIS. Windows code page 932
is the only place where this encoding method is used, so sometimes the
MS 932 code page gets confused with its applied encoding method and both
are referred to as Shift-JIS.
When testing this language, you will probably want to set your browser
accept language to Japanese (JP) and set your browser encoding and font
settings appropriately.
|
|
|