Character conversions like case folding or Hiragana to Katakana.
Description
This interface provides character conversions like case folding or
Hiragana to Katakana.
It is derived from
XTransliteration and provides
additional functionality for character to character and
string to string without offset parameter transliteration. These
should be used for performance reason if their full-blown
counterparts aren't neded.
If the output contains multiple characters, for example when
transliterating German sharp 's' (the one that looks like a
Greek Beta) to upper case "SS", MultipleCharsOutputException
will be thrown, the caller must catch the exception and then
call
XTransliteration::transliterateChar2String() to
obtain the correct result.