The Case Against Autodecode
Timon Gehr via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jun 2 14:28:47 PDT 2016
On 02.06.2016 23:20, deadalnix wrote:
>
> The sample code won't count the instance of the grapheme 'ö' as some of
> its encoding won't be counted, which definitively count as doesn't work.
It also has false positives (you can combine 'ö' with some combining
character in order to get some strange character that is not an 'ö', and
not even NFC helps with that).
More information about the Digitalmars-d
mailing list