Thread overview | ||||||
---|---|---|---|---|---|---|
|
January 29, 2011 General unicode category | ||||
---|---|---|---|---|
| ||||
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 Re: General unicode category | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tomek Sowiński | 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 Re: General unicode category | ||||
---|---|---|---|---|
| ||||
Posted in reply to spir | 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 Re: General unicode category | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tomek Sowiński | 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 |
Copyright © 1999-2021 by the D Language Foundation