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

Commit4ed6be5

Browse files
committed
Fix Latin9/Unicode conversion by selecting the right table.
1 parent780651d commit4ed6be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.6 2002/12/09 19:47:21 petere Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -98,7 +98,7 @@ static pg_conv_map maps[] = {
9898
{PG_LATIN8,LUmapISO8859_14,ULmapISO8859_14,
9999
sizeof(LUmapISO8859_14) /sizeof(pg_local_to_utf),
100100
sizeof(ULmapISO8859_14) /sizeof(pg_utf_to_local)},/* ISO-8859-14 Latin 8 */
101-
{PG_LATIN9,LUmapISO8859_2,ULmapISO8859_2,
101+
{PG_LATIN9,LUmapISO8859_15,ULmapISO8859_15,
102102
sizeof(LUmapISO8859_15) /sizeof(pg_local_to_utf),
103103
sizeof(ULmapISO8859_15) /sizeof(pg_utf_to_local)},/* ISO-8859-15 Latin 9 */
104104
{PG_LATIN10,LUmapISO8859_16,ULmapISO8859_16,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp