digitalmars.D.learn - General unicode category
- Tomek =?ISO-8859-2?Q?Sowi=F1ski?= (3/3) Jan 29 2011 How can I get the general unicode category (Lu, Nd, Pc, etc.) of a dchar...
- spir (8/9) Jan 30 2011 DUnicode has such functionality: https://bitbucket.org/stephan/dunicode/...
- Tomek =?UTF-8?B?U293acWEc2tp?= (6/8) Jan 30 2011 Thanks. Any word of moving some of it into Phobos? It's jarring to see a...
- spir (7/11) Jan 31 2011 Not foreseen AFAIK.
How can I get the general unicode category (Lu, Nd, Pc, etc.) of a dchar? std.uni contains barely anything useful. -- Tomek
Jan 29 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
Jan 30 2011
spir spir napisa=C5=82:DUnicode has such functionality: https://bitbucket.org/stephan/dunicode/s=rcWatch inside unicodedata.d, search for "general category".Thanks. Any word of moving some of it into Phobos? It's jarring to see a Un= icode-compliant language have so few tools to work with the standard. --=20 Tomek
Jan 30 2011
On 01/30/2011 02:49 PM, Tomek Sowiński wrote:spir spir napisał:Not foreseen AFAIK. Denis -- _________________ vita es estrany spir.wikidot.comDUnicode 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.
Jan 31 2011