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

Commitf8c9ef9

Browse files
committed
Add new encoding aliases for Solaris, per Zdenek Kotala.
1 parent41f2076 commitf8c9ef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/port/chklocale.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.6 2007/10/17 15:24:04 tgl Exp $
11+
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.7 2007/10/25 12:29:17 alvherre Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -127,6 +127,7 @@ static const struct encoding_match encoding_match_list[] = {
127127
{PG_WIN874,"CP874"},
128128
{PG_WIN1250,"CP1250"},
129129
{PG_WIN1251,"CP1251"},
130+
{PG_WIN1251,"ansi-1251"},
130131
{PG_WIN1252,"CP1252"},
131132
{PG_WIN1253,"CP1253"},
132133
{PG_WIN1254,"CP1254"},
@@ -161,6 +162,7 @@ static const struct encoding_match encoding_match_list[] = {
161162

162163
{PG_BIG5,"BIG5"},
163164
{PG_BIG5,"BIG5HKSCS"},
165+
{PG_BIG5,"Big5-HKSCS"},
164166
{PG_BIG5,"CP950"},
165167

166168
{PG_GBK,"GBK"},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp