From: Sebastian Hammer Date: Fri, 20 Apr 2007 14:05:23 +0000 (+0000) Subject: Collapsing charset into native encoding. It simplifies implementation, and the X-Git-Tag: PAZPAR2.1.0.0~243 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=f660a2730edb626b909b8c4d0c8dfeb6b2590170;p=pazpar2-moved-to-github.git Collapsing charset into native encoding. It simplifies implementation, and the two are closely related anyway. --- diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 5c81fb5..8e6e6a5 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -8,7 +8,7 @@ %common; ]> - + Pazpar2 @@ -407,7 +407,7 @@ - + @@ -526,15 +526,9 @@ The representation (syntax) of the retrieval records. Currently recognized values are iso2709 and xml. - - - - pz:encoding - - The native encoding (character set) of retrieval records. Can be anything - recognized by conv, but typical values are marc8 and latin1. - The default is UTF-8. + For iso2709, can also specify a native character set, e.g. "iso2709;latin-1". + If no character set is provided, MARC-8 is assumed.