[Groonga-commit] pgroonga/pgroonga at d00db58 [master] Handle Windows-1252 as latin1

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Sep 22 01:24:41 JST 2016


Kouhei Sutou	2016-09-22 01:24:41 +0900 (Thu, 22 Sep 2016)

  New Revision: d00db58c7270a0f47552ec0d035f09195abd5b13
  https://github.com/pgroonga/pgroonga/commit/d00db58c7270a0f47552ec0d035f09195abd5b13

  Message:
    Handle Windows-1252 as latin1

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+1 -0)
===================================================================
--- src/pgroonga.c    2016-09-22 01:23:13 +0900 (3149164)
+++ src/pgroonga.c    2016-09-22 01:24:41 +0900 (0d400b3)
@@ -216,6 +216,7 @@ PGrnGetEncoding(void)
 	case PG_EUC_JIS_2004:
 		return GRN_ENC_EUC_JP;
 	case PG_LATIN1:
+	case PG_WIN1252:
 		return GRN_ENC_LATIN1;
 	case PG_KOI8R:
 		return GRN_ENC_KOI8R;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る