-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32/file.c: remove a codepage argument
* win32/file.c (append_wstr): remove a codepage argument, and use INVALID_CODE_PAGE for conversion by econv. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
Thu Aug 25 00:39:50 2016 Nobuyoshi Nakada <[email protected]> | ||
Thu Aug 25 00:42:31 2016 Nobuyoshi Nakada <[email protected]> | ||
|
||
* win32/file.c (append_wstr): remove a codepage argument, and use | ||
INVALID_CODE_PAGE for conversion by econv. | ||
|
||
* win32/file.c (append_wstr): exclude the terminator from the | ||
result length when input len == -1. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters