|
9 | 9 | *
|
10 | 10 | *
|
11 | 11 | * IDENTIFICATION
|
12 |
| - *$PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.63 2005/10/29 00:31:51 petere Exp $ |
| 12 | + *$PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.64 2005/11/04 22:19:04 petere Exp $ |
13 | 13 | *
|
14 | 14 | *-------------------------------------------------------------------------
|
15 | 15 | */
|
@@ -224,7 +224,7 @@ win32_utf8_wcstotext(const wchar_t *str)
|
224 | 224 | if (r==0)/* shouldn't happen */
|
225 | 225 | ereport(ERROR,
|
226 | 226 | (errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE),
|
227 |
| -errmsg("UTF16 toUTF8 translation failed: %lu", |
| 227 | +errmsg("UTF-16 toUTF-8 translation failed: %lu", |
228 | 228 | GetLastError())));
|
229 | 229 |
|
230 | 230 | VARATT_SIZEP(result)=nbytes+VARHDRSZ-1;/* -1 to ignore null */
|
|