[Issue 5016] to!() can not convert from wide characters to char

2011-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5016 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5016] to!() can not convert from wide characters to char

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5016 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5016] to!() can not convert from wide characters to char

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5016 --- Comment #1 from Marcin Kuszczak aa...@interia.pl 2011-01-09 13:18:44 PST --- After rethinking problem it seems that real problem is that char and wchar are not real characters. These two types are just artificial things which cause more

[Issue 5016] to!() can not convert from wide characters to char

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5016 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5016] to!() can not convert from wide characters to char

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5016 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-01-09 15:20:07 PST --- std.conv.to!() does need to be fixed to better handle the situation though. It should probably either outright refuse to convert between each of the character