how to get the \uxxxx unicode code from a char
    Ali Çehreli via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Oct 14 13:39:58 PDT 2014
    
    
  
On 10/14/2014 01:18 PM, jicman wrote:
> Thanks.  This is a missing function in std.uni or std.string.
>
> josé
I don't know D1 but there is std.utf.decode:
   http://dlang.org/phobos/std_utf.html#decode
Ali
    
    
More information about the Digitalmars-d-learn
mailing list