Maiorana, Jason writes:

> after looking at 
> http://www.unicode.org/Public/3.2-Update/SpecialCasing-3.2.0.txt
> 
> there doesnt seem to be any method in unicode for mapping
> "S" "S" -> "small sharp s"
> when lowercasing.
> 
> Is this not a requirement for German locales?

Such a method doesn't exist because it would have to depend on the
context, i.e. be dictionary based.  The only standard conversion of
this kind in German is the titlecase conversion:

   "small sharp s" --> "S" "S"

Bruno
--
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to