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

Commit41e2a80

Browse files
committed
Update comments for new encoding names.
1 parentbb4c88c commit41e2a80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/utils/mb/wchar.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* conversion functions between pg_wchar and multibyte streams.
33
* Tatsuo Ishii
4-
* $PostgreSQL: pgsql/src/backend/utils/mb/wchar.c,v 1.41 2005/03/07 04:30:52 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/mb/wchar.c,v 1.42 2005/03/14 00:19:13 momjian Exp $
55
*
66
* WIN1250 client encoding updated by Pavel Behal
77
*
@@ -734,11 +734,11 @@ pg_wchar_tbl pg_wchar_table[] = {
734734
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 16; PG_LATIN9 */
735735
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 17; PG_LATIN10 */
736736
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 18; PG_WIN1256 */
737-
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 19;PG_TCVN */
737+
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 19;PG_WIN1258 */
738738
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 20; PG_WIN874 */
739739
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 21; PG_KOI8 */
740740
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 22; PG_WIN1251 */
741-
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 23;PG_ALT */
741+
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 23;PG_WIN866 */
742742
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 24; ISO-8859-5 */
743743
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 25; ISO-8859-6 */
744744
{pg_latin12wchar_with_len,pg_latin1_mblen,pg_latin1_dsplen,1},/* 26; ISO-8859-7 */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp