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

Commitd216f6e

Browse files
committed
Fix a message error in utf_to_local
1 parent0b471cc commitd216f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* WIN1250 client encoding support contributed by Pavel Behal
77
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
88
*
9-
* $Id: conv.c,v 1.25 2001/04/29 07:27:38 ishii Exp $
9+
* $Id: conv.c,v 1.25.2.1 2001/05/28 01:01:09 ishii Exp $
1010
*
1111
*
1212
*/
@@ -1287,7 +1287,7 @@ utf_to_local(unsigned char *utf, unsigned char *iso,
12871287
sizeof(pg_utf_to_local),compare1);
12881288
if (p==NULL)
12891289
{
1290-
elog(NOTICE,"utf_to_latin: could not convert UTF-8 (0x%04x) Ignored",iutf);
1290+
elog(NOTICE,"utf_to_local: could not convert UTF-8 (0x%04x). Ignored",iutf);
12911291
continue;
12921292
}
12931293
if (p->code&0xff000000)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp