[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.
- Re: Multibyte and unibyte file names, (continued)
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/26
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/26
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/27
- Re: Multibyte and unibyte file names, Andreas Schwab, 2013/01/27
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/27
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/27
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/28
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/28
- Re: Multibyte and unibyte file names,
Stephen J. Turnbull <=
- Re: Multibyte and unibyte file names, Stephen J. Turnbull, 2013/01/25
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26
- Re: Multibyte and unibyte file names, Stephen J. Turnbull, 2013/01/26
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26
- Re: Multibyte and unibyte file names, Paul Eggert, 2013/01/26
- Re: Multibyte and unibyte file names, Stephen J. Turnbull, 2013/01/26
- Re: Multibyte and unibyte file names, Stephen J. Turnbull, 2013/01/26
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26
- Re: Multibyte and unibyte file names, Paul Eggert, 2013/01/26
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/26