emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multibyte and unibyte file names


From: Stephen J. Turnbull
Subject: Re: Multibyte and unibyte file names
Date: Sat, 26 Jan 2013 22:20:48 +0900

Stefan Monnier writes:

 > I think if we only support "sequences of bytes" (unibyte strings)

What justifies the effort of supporting unibyte?  Nobody writes
byte-shoveling applications like high-performance network servers in
Emacs Lisp and nobody is likely to start doing so.  High-performance
text processing needs to deal with characters, so you're not really
losing anything.

 > That seems like a real bug, tho:
 > 
 >    (let ((file-name-coding-system 'shift-jis))
 >      (expand-file-name "่กจ" "C:/"))
 > 
 > should not return "c:/\225/".

OMG.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]