Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5392a4

Browse files
committed
Alignment cleanup.
1 parentd8a8183 commite5392a4

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

‎src/include/mb/pg_wchar.h

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.63 2005/10/15 02:49:45 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.64 2005/12/24 18:11:30 momjian Exp $ */
22

33
#ifndefPG_WCHAR_H
44
#definePG_WCHAR_H
@@ -54,64 +54,64 @@ typedef unsigned int pg_wchar;
5454
/*
5555
* Official single byte encodings (0x81-0x8e)
5656
*/
57-
#defineLC_ISO8859_10x81/* ISO8859 Latin 1 */
58-
#defineLC_ISO8859_20x82/* ISO8859 Latin 2 */
59-
#defineLC_ISO8859_30x83/* ISO8859 Latin 3 */
60-
#defineLC_ISO8859_40x84/* ISO8859 Latin 4 */
61-
#defineLC_TIS6200x85/* Thai (not supported yet) */
62-
#defineLC_ISO8859_70x86/* Greek (not supported yet) */
63-
#defineLC_ISO8859_60x87/* Arabic (not supported yet) */
64-
#defineLC_ISO8859_80x88/* Hebrew (not supported yet) */
65-
#defineLC_JISX0201K0x89/* Japanese 1 byte kana */
66-
#defineLC_JISX0201R0x8a/* Japanese 1 byte Roman */
57+
#defineLC_ISO8859_10x81/* ISO8859 Latin 1 */
58+
#defineLC_ISO8859_20x82/* ISO8859 Latin 2 */
59+
#defineLC_ISO8859_30x83/* ISO8859 Latin 3 */
60+
#defineLC_ISO8859_40x84/* ISO8859 Latin 4 */
61+
#defineLC_TIS6200x85/* Thai (not supported yet) */
62+
#defineLC_ISO8859_70x86/* Greek (not supported yet) */
63+
#defineLC_ISO8859_60x87/* Arabic (not supported yet) */
64+
#defineLC_ISO8859_80x88/* Hebrew (not supported yet) */
65+
#defineLC_JISX0201K0x89/* Japanese 1 byte kana */
66+
#defineLC_JISX0201R0x8a/* Japanese 1 byte Roman */
6767
/* Note that 0x8b seems to be unused in as of Emacs 20.7.
6868
* However, there might be a chance that 0x8b could be used
6969
* in later version of Emacs.
7070
*/
71-
#defineLC_KOI8_R0x8b/* Cyrillic KOI8-R */
72-
#defineLC_KOI8_U0x8b/* Cyrillic KOI8-U */
73-
#defineLC_ISO8859_50x8c/* ISO8859 Cyrillic */
74-
#defineLC_ISO8859_90x8d/* ISO8859 Latin 5 (not supported yet) */
75-
/* #define FREE0x8efree (unused) */
71+
#defineLC_KOI8_R0x8b/* Cyrillic KOI8-R */
72+
#defineLC_KOI8_U0x8b/* Cyrillic KOI8-U */
73+
#defineLC_ISO8859_50x8c/* ISO8859 Cyrillic */
74+
#defineLC_ISO8859_90x8d/* ISO8859 Latin 5 (not supported yet) */
75+
/* #define FREE0x8efree (unused) */
7676

7777
/*
7878
* Unused
7979
*/
80-
#defineCONTROL_10x8f/* control characters (unused) */
80+
#defineCONTROL_10x8f/* control characters (unused) */
8181

8282
/*
8383
* Official multibyte byte encodings (0x90-0x99)
8484
* 0x9a-0x9d are free. 0x9e and 0x9f are reserved.
8585
*/
8686
#defineLC_JISX0208_19780x90/* Japanese Kanji, old JIS (not supported) */
87-
/* #define FREE0x90free (unused) */
88-
#defineLC_GB2312_800x91/* Chinese */
89-
#defineLC_JISX0208 0x92/* Japanese Kanji (JIS X 0208) */
90-
#defineLC_KS56010x93/* Korean */
91-
#defineLC_JISX0212 0x94/* Japanese Kanji (JIS X 0212) */
92-
#defineLC_CNS11643_10x95/* CNS 11643-1992 Plane 1 */
93-
#defineLC_CNS11643_20x96/* CNS 11643-1992 Plane 2 */
94-
/* #define FREE0x97free (unused) */
95-
#defineLC_BIG5_10x98/* Plane 1 Chinese traditional (not supported) */
96-
#defineLC_BIG5_20x99/* Plane 1 Chinese traditional (not supported) */
87+
/* #define FREE0x90free (unused) */
88+
#defineLC_GB2312_800x91/* Chinese */
89+
#defineLC_JISX02080x92/* Japanese Kanji (JIS X 0208) */
90+
#defineLC_KS56010x93/* Korean */
91+
#defineLC_JISX02120x94/* Japanese Kanji (JIS X 0212) */
92+
#defineLC_CNS11643_10x95/* CNS 11643-1992 Plane 1 */
93+
#defineLC_CNS11643_20x96/* CNS 11643-1992 Plane 2 */
94+
/* #define FREE0x97free (unused) */
95+
#defineLC_BIG5_10x98/* Plane 1 Chinese traditional (not supported) */
96+
#defineLC_BIG5_20x99/* Plane 1 Chinese traditional (not supported) */
9797

9898
/*
9999
* Private single byte encodings (0xa0-0xef)
100100
*/
101-
#defineLC_SISHENG0xa0/* Chinese SiSheng characters for
101+
#defineLC_SISHENG0xa0/* Chinese SiSheng characters for
102102
* PinYin/ZhuYin (not supported) */
103-
#defineLC_IPA0xa1/* IPA (International Phonetic Association)
103+
#defineLC_IPA0xa1/* IPA (International Phonetic Association)
104104
* (not supported) */
105-
#defineLC_VISCII_LOWER 0xa2/* Vietnamese VISCII1.1 lower-case (not
105+
#defineLC_VISCII_LOWER0xa2/* Vietnamese VISCII1.1 lower-case (not
106106
* supported) */
107-
#defineLC_VISCII_UPPER 0xa3/* Vietnamese VISCII1.1 upper-case (not
107+
#defineLC_VISCII_UPPER0xa3/* Vietnamese VISCII1.1 upper-case (not
108108
* supported) */
109-
#defineLC_ARABIC_DIGIT 0xa4/* Arabic digit (not supported) */
109+
#defineLC_ARABIC_DIGIT0xa4/* Arabic digit (not supported) */
110110
#defineLC_ARABIC_1_COLUMN0xa5/* Arabic 1-column (not supported) */
111111
#defineLC_ASCII_RIGHT_TO_LEFT0xa6/* ASCII (left half of ISO8859-1) with
112112
* right-to-left direction (not
113113
* supported) */
114-
#defineLC_LAO0xa7/* Lao characters (ISO10646 0E80..0EDF) (not
114+
#defineLC_LAO0xa7/* Lao characters (ISO10646 0E80..0EDF) (not
115115
* supported) */
116116
#defineLC_ARABIC_2_COLUMN0xa8/* Arabic 1-column (not supported) */
117117

@@ -121,18 +121,18 @@ typedef unsigned int pg_wchar;
121121
#defineLC_INDIAN_1_COLUMN0xf0/* Indian charset for 1-column width glypps
122122
* (not supported) */
123123
#defineLC_TIBETAN_1_COLUMN 0xf1/* Tibetan 1 column glyph (not supported) */
124-
#defineLC_ETHIOPIC 0xf5/* Ethiopic characters (not supported) */
125-
#defineLC_CNS11643_30xf6/* CNS 11643-1992 Plane 3 */
126-
#defineLC_CNS11643_40xf7/* CNS 11643-1992 Plane 4 */
127-
#defineLC_CNS11643_50xf8/* CNS 11643-1992 Plane 5 */
128-
#defineLC_CNS11643_60xf9/* CNS 11643-1992 Plane 6 */
129-
#defineLC_CNS11643_70xfa/* CNS 11643-1992 Plane 7 */
124+
#defineLC_ETHIOPIC0xf5/* Ethiopic characters (not supported) */
125+
#defineLC_CNS11643_30xf6/* CNS 11643-1992 Plane 3 */
126+
#defineLC_CNS11643_40xf7/* CNS 11643-1992 Plane 4 */
127+
#defineLC_CNS11643_50xf8/* CNS 11643-1992 Plane 5 */
128+
#defineLC_CNS11643_60xf9/* CNS 11643-1992 Plane 6 */
129+
#defineLC_CNS11643_70xfa/* CNS 11643-1992 Plane 7 */
130130
#defineLC_INDIAN_2_COLUMN0xfb/* Indian charset for 2-column width glypps
131131
* (not supported) */
132-
#defineLC_TIBETAN0xfc/* Tibetan (not supported) */
133-
/* #define FREE0xfdfree (unused) */
134-
/* #define FREE0xfefree (unused) */
135-
/* #define FREE0xfffree (unused) */
132+
#defineLC_TIBETAN0xfc/* Tibetan (not supported) */
133+
/* #define FREE0xfdfree (unused) */
134+
/* #define FREE0xfefree (unused) */
135+
/* #define FREE0xfffree (unused) */
136136

137137
/*
138138
* Encoding numeral identificators

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp