Added support for character set conversion of query terms. The XML
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 08:31:43 +0000 (08:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 08:31:43 +0000 (08:31 +0000)
commit6699ea1b1b538de074500e2c740152135dfa75c5
treebf4baca7ba1aac6af8cea2a119fb68af7c70adf8
parent631fab1aa085fddbade42efe3d39af7a060836d7
Added support for character set conversion of query terms. The XML
configuration element query-charset specifies character set encoding
for target. In SRW/SRU mode, the proxy will convert from UTF-8 to
this encoding. Next, logical, step will be to honor Z39.50 character
set negotiation as well, so that Z39.50 queries will be converted
as well (we do not know encoding for Z39.50 sessions unless they say so).
etc/config.xml
include/yazproxy/proxy.h
src/Makefile.am
src/proxyp.h
src/yaz-proxy-config.cpp
src/yaz-proxy.cpp