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

Commit5ae9f82

Browse files
committed
Add entry in the encoding number to OS name table for KOI8-U.
1 parent72e2315 commit5ae9f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Tatsuo Ishii
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.83 2009/04/02 17:30:53 tgl Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.84 2009/04/06 19:34:52 petere Exp $
88
*/
99
#include"postgres.h"
1010

@@ -911,6 +911,7 @@ static const struct codeset_map {
911911
{PG_LATIN9,"LATIN-9"},
912912
{PG_LATIN10,"LATIN10"},
913913
{PG_KOI8R,"KOI8-R"},
914+
{PG_KOI8U,"KOI8-U"},
914915
{PG_WIN1250,"CP1250"},
915916
{PG_WIN1251,"CP1251"},
916917
{PG_WIN1252,"CP1252"},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp