diff options
| author | Eli Zaretskii | 2013-01-25 16:47:37 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-01-25 16:47:37 +0200 |
| commit | 26854e9c9ee5469474bcaa496b94273082772c18 (patch) | |
| tree | 0cf9be34b5e64540f11fc98a2b140b068ed5f21c /src/ChangeLog | |
| parent | 6ee4509abf626f26ef56527ca0269614285a8404 (diff) | |
| download | emacs-26854e9c9ee5469474bcaa496b94273082772c18.tar.gz emacs-26854e9c9ee5469474bcaa496b94273082772c18.zip | |
Use file-name-coding-system when decoding symlinks on MS-Windows.
src/w32.c (readlink): Use the current file-name-coding-system, not the ANSI
codepage, to decode and handle targets of symlinks.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2294a473f53..cd71fa73db0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * w32.c (w32_get_long_filename, init_environment, readlink): | 3 | * w32.c (w32_get_long_filename, init_environment, readlink): |
| 4 | Support file names encoded in DBCS codepages. | 4 | Support file names encoded in DBCS codepages. |
| 5 | (readlink): Use the current file-name-coding-system, not the ANSI | ||
| 6 | codepage, to decode and handle targets of symlinks. | ||
| 5 | 7 | ||
| 6 | 2013-01-23 Eli Zaretskii <eliz@gnu.org> | 8 | 2013-01-23 Eli Zaretskii <eliz@gnu.org> |
| 7 | 9 | ||