From fa99d666683b05f291265bedbabe2d73b2156ec6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Feb 2014 13:21:06 +0100 Subject: [PATCH] Doc: update WRT ICU which is configured for YAZ; not Pazpar2 It's been like that since version 1.1.1 from August 2009. --- doc/book.xml | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 58e9ca6..bc3fc53 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -79,8 +79,9 @@ -- XSLT is used to normalize and extract data from retrieval records for display and analysis. It can be used against any server which supports the - Z39.50, SRU/SRW - or SOLR protocol. Proprietary + Z39.50, + SRU/SRW + or Solr protocol. Proprietary backend modules can function as connectors between these standard protocols and any non-standard API, including web-site scraping, to support a large number of other protocols. @@ -205,25 +206,12 @@ The popular Z39.50 toolkit for the C language. - YAZ must be compiled with Libxml2/Libxslt support. - - - - International - Components for Unicode (ICU) - - - ICU provides Unicode support for non-English languages with - character sets outside the range of 7bit ASCII, like - Greek, Russian, German and French. Pazpar2 uses the ICU - Unicode character conversions, Unicode normalization, case - folding and other fundamental operations needed in - tokenization, normalization and ranking of records. + YAZ must be compiled with + Libxml2/Libxslt support. - Compiling, linking, and usage of the ICU libraries is optional, - but strongly recommended for usage in an international - environment. + It is highly recommended that YAZ is also compiled with + ICU support. @@ -697,7 +685,7 @@ While noise from misbehaving targets can not be removed, it can be reduced using truly Unicode based ranking. This is an option which is available to the system administrator if ICU - support is compiled into Pazpar2, see + support is compiled into YAZ, see for details. -- 1.7.10.4