-
Notifications
You must be signed in to change notification settings - Fork 90
/
ABOUT ENCODINGS.txt
47 lines (33 loc) · 1.3 KB
/
ABOUT ENCODINGS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Poderosa supports the following encodings.
ISO 8859-1
UTF-8
EUC JP : Japanese
Shift JIS : Japanese
GB2312 : Chinese (simplified)
Big5 : Chinese (traditional)
EUC CN : Chinese (simplified)
EUC KR : Korean
OEM850 (CP850)
To use UTF-8, there are two options, "UTF-8 (CJK)" and "UTF-8 (Latin)".
The difference between these options is which font and character width
are used to display some kind of characters.
UTF-8 (CJK)
Characters contained in CJK character sets are displayed as the
wide-width characters using CJK font.
Some symbols, box-drawing characters or european characters may be
displayed as the wide-width characters.
UTF-8 (Latin)
Characters other than east asian characters like Kanji are displayed
as the narrow-width characters using main font.
Symbols, box-drawing characters or european characters will be
displayed as the narrow-width characters.
For example, "DEGREE SIGN" (U+00B0) will be displayed as a wide-width
character in "UTF-8 (CJK)" mode.
Because some CJK character sets define their "DEGREE SIGN" character
as a wide-width character like below.
Shift JIS 818B
EUC JP A1EB
GB2312 A1E3
Big5 A258
EUC KR A1C6
In general, these characters are mapped to U+00B0.