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

Commit2c77587

Browse files
committed
Add KOI8/WIN/ALT to the multi-byte encoding selections
1 parent61ce9cd commit2c77587

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/include/mb/pg_wchar.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: pg_wchar.h,v 1.6 1999/02/02 18:51:25 momjian Exp $ */
1+
/* $Id: pg_wchar.h,v 1.7 1999/03/24 06:53:28 ishii Exp $ */
22

33
#ifndefPG_WCHAR_H
44
#definePG_WCHAR_H
@@ -23,6 +23,9 @@
2323
#defineLATIN7 13/* ISO-8859 Latin 7 */
2424
#defineLATIN8 14/* ISO-8859 Latin 8 */
2525
#defineLATIN9 15/* ISO-8859 Latin 9 */
26+
#defineKOI8 16/* KOI8-R */
27+
#defineWIN 17/* windows-1251 */
28+
#defineALT 18/* Alternativny Variant (MS-DOS CP866) */
2629
/* followings are for client encoding only */
2730
#defineSJIS 32/* Shift JIS */
2831
#defineBIG5 33/* Big5 */
@@ -57,7 +60,8 @@ typedef unsigned int pg_wchar;
5760
#defineLC_ISO8859_40x84/* ISO8859 Latin 4 */
5861
#defineLC_ISO8859_50x8d/* ISO8859 Latin 5 */
5962
#defineLC_JISX0201K0x89/* Japanese 1 byte kana */
60-
#defineLC_JISX0201R0x90/* Japanese 1 byte Roman */
63+
#defineLC_JISX0201R0x8a/* Japanese 1 byte Roman */
64+
#defineLC_KOI8_R0x8c/* Cyrillic KOI8-R */
6165
#defineLC_GB2312_800x91/* Chinese */
6266
#defineLC_JISX0208 0x92/* Japanese Kanji */
6367
#defineLC_KS56010x93/* Korean */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp