Added yaz_encode_pqf_term to encode PQF strings.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 25 Oct 2008 20:08:47 +0000 (22:08 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 25 Oct 2008 20:08:47 +0000 (22:08 +0200)
commit4aee8993113119c95924d9be4ed2707d5034348c
tree16754a1d78e8f718160e71486e9f0b26e3e23df0
parent9c6dc183308e2e99b53871c4aea3c6a760d2db54
Added yaz_encode_pqf_term to encode PQF strings.

Added yaz_encode_pqf_term to encode PQF strings. This function is used
by yaz_rpnquery_to_wrbuf and CCL to PQF conversion utilities (ccl_pquery,
ccl_pr_tree).
include/yaz/querytowrbuf.h
src/cclptree.c
src/querytowrbuf.c
test/tstccl.c