www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - tango and unicode

reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
Is there an equivalent of std.utf.stride anywhere in tango?
Mar 30 2010
parent Daniel Keep <daniel.keep.lists gmail.com> writes:
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