[Issue 18105] std.conv.parse!wchar cannot take a string
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 19 20:51:25 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=18105
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> ---
This means parse cannot advance the range, since it can't go past the current
code point. It doesn't really have a way to parse this properly.
There are no other types it does this for. I think it would be a mistake to add
such a feature.
Have you looked at std.utf to see if it can do what you are looking for?
--
More information about the Digitalmars-d-bugs
mailing list