ICU rules may be specified as CDATA below the rule
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Nov 2010 14:11:18 +0000 (15:11 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Nov 2010 14:15:20 +0000 (15:15 +0100)
commited329d8fb558a860215b29aea90ff688488bcf45
tree10e90a69c668f344ed85ac8a71f7c8aff814e387
parent0e948cf6b84b6e601f3c7c12c83921e2753cdd1b
ICU rules may be specified as CDATA below the rule

This allows for multi-line rules, such as ICU custom transliterators.
For example:
<icu_chain locale="en">
 <transliterate>
$back = \` ;
$back $back > “ ; # generate right d.q.m. (double quotation mark)
$back > ‘ ;
</transliterate>
</icu_chain>
src/icu_chain.c