add EUC-KR to list of support Z39.50 character encodings
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 2 Jul 2010 16:17:15 +0000 (12:17 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 2 Jul 2010 16:17:15 +0000 (12:17 -0400)
EUC-KR (an older character encoding for Korean) is used by the
Z39.50 server of the National Assembly Library of the Republic
of Korea.

Note that this requires that a suitable version of iconv,
one that supports mapping from EUC-KR to UTF-8,
be present on the Koha server.

Thanks to a person from the Korea Society for reporting the
issue on #koha.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl

index 93b498c..847435d 100644 (file)
 <!-- TMPL_ELSE -->
 <option value="utf8">UTF-8</option>
 <!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="encodingEUC-KR" -->
+<option value="EUC-KR" selected="selected">EUC-KR</option>
+<!-- TMPL_ELSE -->
+<option value="EUC-KR">EUC-KR</option>
+<!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="encodingISO_5426" -->
 <option value="ISO_5426" selected="selected">ISO_5426</option>
 <!-- TMPL_ELSE -->