New ZOOM C option, "rpnCharset", which allows client-side conversion of
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 08:29:07 +0000 (08:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 08:29:07 +0000 (08:29 +0000)
commit55ca7cdb58b098d348054917296c0fe2c9cb1580
tree712dc8a4cbe381f037460fa2d9aef8411748eda9
parentaa60dbcd982a4dbd52870120ef34b91a74d63274
New ZOOM C option, "rpnCharset", which allows client-side conversion of
terms in RPN queries.
NEWS
doc/zoom.xml
include/yaz/Makefile.am
include/yaz/copy_types.h [new file with mode: 0644]
src/Makefile.am
src/copy_types.c [new file with mode: 0644]
src/zoom-c.c
src/zoom-p.h
test/tst_query_charset.c