March 31, 2010 tango and unicode | ||||
---|---|---|---|---|
| ||||
Is there an equivalent of std.utf.stride anywhere in tango? |
March 31, 2010 Re: tango and unicode | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer |
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.
|
Copyright © 1999-2021 by the D Language Foundation