Default case algorithms

Markus Scherer markus.icu at gmail.com
Tue Jun 24 10:07:27 CDT 2014


On Tue, Jun 24, 2014 at 4:56 PM, Daniel Bünzli <daniel.buenzli at erratique.ch>
wrote:

> Does an algorithm that simply applies R1 *regardless of context*
> constitute a default case algorithm or not ? I.e. does simply mapping each
> character C in a string using Uppercase_Mapping (C) (e.g. as exposed by the
> XML UCD) constitute a default case conversion as mandated by the standard ?
>

It implements simple uppercasing but not full uppercasing.
It misses simple, common things like ß -> SS (which is neither
language-dependent nor context-sensitive).

The wording of the standard is quite confusing since on p.115 many of the
> context dependent data of SpecialCasing.txt are mentioned as being data to
> « assist in the implementation of certain tailoring » and there is no clear
> indication in the definition of default case algorithm which
> context-sensitive mappings should be applied (if any).
>

http://www.unicode.org/reporting.html

markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://unicode.org/pipermail/unicode/attachments/20140624/7598a970/attachment.html>


More information about the Unicode mailing list