Ticket #268 (closed 不具合: fixed)

Opened 3 years ago

Last modified 4 months ago

Bug of unix-to-dos-filename and dos-to-unix-filename

Reported by: shirai Assigned to:
Priority: major Milestone: ver 3.00
Component: Emacs Lisp Version: 3.00 (開発中)
Keywords: Cc:

Description

(unix-to-dos-filename "c:/書/tmp.txt")
=> "c:\\書/tmp.txt"
 
(dos-to-unix-filename "c:\\書\\tmp.txt")
=> "c:/書\\tmp.txt"

となります。Meadow1 のころからあるバグみたい。以下のものもだめ。

(unix-to-dos-filename "c:/tmp/ワ/tmp.txt")
"c:\\tmp\\ワ/tmp.txt"
(unix-to-dos-filename "c:/tmp/o/tmp.txt")
"c:\\tmp\\o/tmp.txt"
(unix-to-dos-filename "c:/tmp/э/tmp.txt")
"c:\\tmp\\э/tmp.txt"
(unix-to-dos-filename "c:/tmp/縁/tmp.txt")
"c:\\tmp\\縁/tmp.txt"
(unix-to-dos-filename "c:/tmp/随/tmp.txt")
"c:\\tmp\\随/tmp.txt"

# コンポーネントに 'C' はないのね。

Attachments

Change History

12/25/05 23:34:59 changed by fujii

内部コードを TCHAR 文字列として処理しようとしたのが原因のようです。修正しました。[4004]

12/26/05 12:51:27 changed by shirai

  • status changed from new to closed.
  • resolution set to fixed.

チケットを閉じました。

12/28/05 06:42:03 changed by fujii

  • status changed from closed to reopened.
  • resolution deleted.

安易な修正だったので、変更を元に戻しました。

04/07/08 21:09:26 changed by fujii

  • status changed from reopened to closed.
  • resolution set to fixed.

r4082の修正で不具合は解消しているので閉じます。


Add/Change #268 (Bug of unix-to-dos-filename and dos-to-unix-filename)




Change Properties
Action