[Issue 2742] std.stdio assumes console works in utf-8

2016-11-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz See Also|

[Issue 2742] std.stdio assumes console works in utf-8

2016-10-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 anonymous4 changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 2742] std.stdio assumes console works in utf-8

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 --- Comment #15 from Walter Bright --- When I start a command prompt in Windows, I run the command: chcp 65001 which sets it to Unicode. --

[Issue 2742] std.stdio assumes console works in utf-8

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 Vladimir Panteleev changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Issue 2742] std.stdio assumes console works in utf-8

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp Assignee|and...@erda

[Issue 2742] std.stdio assumes console works in utf-8

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 Andrei Alexandrescu changed: What|Removed |Added Version|2.025 |D2 --

[Issue 2742] std.stdio assumes console works in utf-8

2014-10-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2742 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 2742] std.stdio assumes console works in utf-8

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 Walter Bright changed: What|Removed |Added Keywords|spec| CC|

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #12 from Andrej Mitrovic 2011-05-26 08:20:37 PDT --- And maybe this too (for input): http://msdn.microsoft.com/en-us/library/ms686013%28v=vs.85%29.aspx -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #10 from Stewart Gordon 2011-05-25 04:59:10 PDT --- (In reply to comment #9) > According to this page http://codesnippets.joyent.com/posts/show/414 > you can get and set the codepage via the > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentContr

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #9 from Andrej Mitrovic 2011-05-24 20:01:07 PDT --- According to this page http://codesnippets.joyent.com/posts/show/414 you can get and set the codepage via the [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage] ke

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #8 from Sobirari Muhomori 2010-09-29 11:39:42 PDT --- Looking at std.stdio, an easy fix will be to make sure all IO goes through File.write, which calls LockingTextWriter.put, which actually tries to do the correct transcoding. You

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #7 from Sobirari Muhomori 2010-09-29 11:02:43 PDT --- This can be a good test for dchar[]-looking ranges. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #6 from Sobirari Muhomori 2010-09-29 10:58:53 PDT --- http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=114211 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #5 from Stewart Gordon 2010-09-26 16:01:10 PDT --- I suppose the way to go about it is to create wrapper stream classes that provide encoding conversion. And have ready-made instances for stdin/out/err, with the codepage detected a

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #4 from Andrei Alexandrescu 2010-09-26 14:24:54 PDT --- Any fresh ideas on how to fix this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2742] std.stdio assumes console works in utf-8

2010-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 Stewart Gordon changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Commen

[Issue 2742] std.stdio assumes console works in utf-8

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 2742] std.stdio assumes console works in utf-8

2009-03-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #2 from ma...@pochta.ru 2009-03-30 06:17 --- >But how many DOS or Windows console apps in the real world output UTF-8? >Presumably not many, considering that no versions of DOS and only a few >versions of Windows support

[Issue 2742] std.stdio assumes console works in utf-8

2009-03-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #1 from s...@iname.com 2009-03-30 04:40 --- There was a brief discussion on this http://tinyurl.com/c789py but it was inconclusive. Meanwhile, check out http://pr.stewartsplace.org.uk/d/sutil/ --