Thread overview
General unicode category
Jan 29, 2011
Tomek Sowiński
Jan 30, 2011
spir
Jan 30, 2011
Tomek Sowiński
Jan 31, 2011
spir
January 29, 2011
How can I get the general unicode category (Lu, Nd, Pc, etc.) of a dchar? std.uni contains barely anything useful.

-- 
Tomek
January 30, 2011
On 01/29/2011 09:26 PM, Tomek Sowiński wrote:
> How can I get the general unicode category (Lu, Nd, Pc, etc.) of a dchar? std.uni contains barely anything useful.

DUnicode has such functionality: https://bitbucket.org/stephan/dunicode/src
Watch inside unicodedata.d, search for "general category".

Denis
-- 
_________________
vita es estrany
spir.wikidot.com

January 30, 2011
spir spir napisał:

> DUnicode has such functionality: https://bitbucket.org/stephan/dunicode/src Watch inside unicodedata.d, search for "general category".

Thanks. Any word of moving some of it into Phobos? It's jarring to see a Unicode-compliant language have so few tools to work with the standard.

-- 
Tomek

January 31, 2011
On 01/30/2011 02:49 PM, Tomek Sowiński wrote:
> spir spir napisał:
>
>> DUnicode has such functionality: https://bitbucket.org/stephan/dunicode/src
>> Watch inside unicodedata.d, search for "general category".
>
> Thanks. Any word of moving some of it into Phobos? It's jarring to see a Unicode-compliant language have so few tools to work with the standard.

Not foreseen AFAIK.

Denis
-- 
_________________
vita es estrany
spir.wikidot.com