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

Commit55fa0e6

Browse files
committed
Fix typo (PG_UNICODE -> PG_UTF8)
1 parentfb94c09 commit55fa0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/tcl/pltcl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* ENHANCEMENTS, OR MODIFICATIONS.
3232
*
3333
* IDENTIFICATION
34-
* $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.57 2002/07/1804:16:07 ishii Exp $
34+
* $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.58 2002/07/1805:07:30 ishii Exp $
3535
*
3636
**********************************************************************/
3737

@@ -68,13 +68,13 @@
6868
staticunsignedchar*
6969
utf_u2e(unsignedchar*src)
7070
{
71-
returnpg_do_encoding_conversion(src,strlen(src),PG_UNICODE,GetDatabaseEncoding());
71+
returnpg_do_encoding_conversion(src,strlen(src),PG_UTF8,GetDatabaseEncoding());
7272
}
7373

7474
staticunsignedchar*
7575
utf_e2u(unsignedchar*src)
7676
{
77-
returnpg_do_encoding_conversion(src,strlen(src),GetDatabaseEncoding(),PG_UNICODE);
77+
returnpg_do_encoding_conversion(src,strlen(src),GetDatabaseEncoding(),PG_UTF8);
7878
}
7979

8080
#definePLTCL_UTF

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp