File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 to UTF8 translation failed: %lu" ,
227
+ errmsg ("UTF-16 to UTF-8 translation failed: %lu" ,
228
228
GetLastError ())));
229
229
230
230
VARATT_SIZEP (result ) = nbytes + VARHDRSZ - 1 ; /* -1 to ignore null */
You can’t perform that action at this time.
0 commit comments