digitalmars.D.learn - tango and unicode
- Ellery Newcomer (1/1) Mar 30 2010 Is there an equivalent of std.utf.stride anywhere in tango?
- Daniel Keep (4/5) Mar 31 2010 decode in tango.text.convert.Utf.
Is there an equivalent of std.utf.stride anywhere in tango?
Mar 30 2010
Ellery Newcomer wrote:Is there an equivalent of std.utf.stride anywhere in tango?decode in tango.text.convert.Utf. Returns the code point at the start of the string and passes the length in code units out of the second parameter by ref.
Mar 31 2010