[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648

Denis Shelomovskij  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Denis Shelomovskij  ---
snn.lib issue was fixed [1] and Phobos pull #3296 [2] added unittests.

[1]
https://github.com/D-Programming-Language/phobos/pull/3138#issuecomment-103371633
[2] https://github.com/D-Programming-Language/phobos/pull/3296

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648

--- Comment #14 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/3a025da7c69f66b28c0eed53aa9ea1ccced01623
Cleanup for Issue 7648. Add Non-ASCII characters in filename for unittests.

https://github.com/D-Programming-Language/phobos/commit/6df5d551fd8a21feef061483c226e7d9b26d6cd4
Merge pull request #3296 from aka-demik/Issue-7648

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

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

--- Comment #13 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/3a025da7c69f66b28c0eed53aa9ea1ccced01623
Cleanup for Issue 7648. Add Non-ASCII characters in filename for unittests.

https://github.com/D-Programming-Language/phobos/commit/6df5d551fd8a21feef061483c226e7d9b26d6cd4
Merge pull request #3296 from aka-demik/Issue-7648

Cleanup for Issue 7648: std.stdio expects file names to be encoded in CP_ACP on
Windows instead of UTF-8

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648

Brad Roberts  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||bra...@puremagic.com
 Resolution|FIXED   |---

--- Comment #12 from Brad Roberts  ---
I'm reopening this since documentation != a fix.  The commit comment
incorrectly says fixed so github auto-closed the bug based on that.

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648

--- Comment #11 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/2932b9e7e5ee7c6eb6057bef61ab6be6065ed013
Fix bug 7648 comment in `std.stdio.File` and add bug section to
`std.file.slurp`.

Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=7648

https://github.com/D-Programming-Language/phobos/commit/ec51209c9faa97d0598bb5401fff636fa3ba7124
Merge pull request #1653 from denis-sh/fix-bug-7648-comments

Fix bug 7648 comment in `std.stdio.File` and add bug section to
`std.file.slurp`.

--


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-02-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7648


Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com


--- Comment #10 from Vladimir Panteleev  2014-02-14 
21:32:05 EET ---
How about using CreateFile + windowsHandleOpen?

https://github.com/D-Programming-Language/phobos/pull/1888

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


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2013-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648



--- Comment #9 from github-bugzi...@puremagic.com 2013-04-17 13:13:08 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/c372571d1f868abd2294944b617f3863184462fe
Add note about Issue 7648 to `std.stdio.File`.

Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=7648

https://github.com/D-Programming-Language/phobos/commit/176976a57baf2505db894a314921dbaf8e347154
Merge pull request #1238 from denis-sh/add-note-about-Issue-7648

Add note about Issue 7648 to `std.stdio.File`.

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


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2012-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648



--- Comment #8 from github-bugzi...@puremagic.com 2012-09-16 20:45:24 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/e5e123854e28b759418791744402491d82840140
Partial Fix Issue 7648 - std.stdio expects file names to be encoded in CP_ACP
on Windows instead of UTF-8

https://github.com/D-Programming-Language/phobos/commit/53a19c8d32610f5398a717a4e66a746211f5b7c9
Merge pull request #788 from denis-sh/partial-fix-Issue-7648

Partial fix Issue 7648

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


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2012-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648



--- Comment #7 from Denis Shelomovskij  2012-09-12 
00:57:31 MSD ---
Fix for Phobos related part:
https://github.com/D-Programming-Language/phobos/pull/788

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


[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2012-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648



--- Comment #6 from Denis Shelomovskij  2012-07-06 
11:54:48 MSD ---
*** Issue 8020 has been marked as a duplicate of this issue. ***

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