From: Dennis Schafroth Date: Thu, 16 Feb 2012 13:48:13 +0000 (+0100) Subject: Converted to UTF-8 characters X-Git-Tag: v2.5~26 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=99ef058a845e1d8eb53ab132e3d5797d2463949b;p=marc4j.git Converted to UTF-8 characters --- diff --git a/src/org/marc4j/TurboMarcXmlWriter.java b/src/org/marc4j/TurboMarcXmlWriter.java index 7a7deda..3248ed3 100644 --- a/src/org/marc4j/TurboMarcXmlWriter.java +++ b/src/org/marc4j/TurboMarcXmlWriter.java @@ -94,8 +94,8 @@ import com.ibm.icu.text.Normalizer; *

* In addition you can perform Unicode normalization. This is for example not * done by the MARC-8 to UCS/Unicode converter. With Unicode normalization text - * is transformed into the canonical composed form. For example "a�bc" - * is normalized to "�bc". To perform normalization set Unicode + * is transformed into the canonical composed form. For example "a´bc" + * is normalized to "áb c". To perform normalization set Unicode * normalization to true: *

*