[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5743

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2015-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5743

bb.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bb.t...@gmx.com
 Resolution|--- |FIXED

--- Comment #3 from bb.t...@gmx.com ---
2.069, works now, test with ö and é as well.

--


[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2014-05-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5743

Behnam Esfahbod dl...@behnam.es changed:

   What|Removed |Added

 CC||dl...@behnam.es

--


[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5743


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #1 from Don clugd...@yahoo.com.au 2011-03-19 17:14:45 PDT ---
This is marked as 'regression'. What previous version did it work with?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5743


Ali Cehreli acehr...@yahoo.com changed:

   What|Removed |Added

   Severity|regression  |normal


--- Comment #2 from Ali Cehreli acehr...@yahoo.com 2011-03-19 17:49:29 PDT ---
regression turns out to be my mistake. I just went back more than a dozen dmd
versions and see that std.stdio.readf (or File.readf) is pretty new.

I've been using std.cstream.din, which used to work better than stdio.readf.
Thinking that they must be using the same underlying format functions I thought
that this was a regression.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---