[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multibyte and unibyte file names
From: |
Eli Zaretskii |
Subject: |
Re: Multibyte and unibyte file names |
Date: |
Fri, 25 Jan 2013 09:37:52 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Thu, 24 Jan 2013 19:06:56 -0500
>
> >> > So you are saying that each primitive should detect unibyte file names
> >> > it gets as arguments and DECODE_FILE them right away?
> >> I think not: I was talking about decoding the file names *returned*
> >> by primitives.
> > What would be the difference, from the POV of the callers of the
> > primitives?
>
> That the callers get to see meaningful (decoded) names?
> That file-name manipulation functions don't have the side effect of
> encoding/decoding file names?
If we decode unibyte file names at entry to each primitive, before
doing anything else, and thereafter manipulate decoded multibyte
strings, this will happen anyway.
But since everybody (at least those who spoke) seem to think this is a
w32 only problem, I will solve it for w32 only.
- Re: Multibyte and unibyte file names, (continued)
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/23
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/24
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/24
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/24
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/24
- Re: Multibyte and unibyte file names,
Eli Zaretskii <=
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/25
- Re: Multibyte and unibyte file names, Eli Zaretskii, 2013/01/25
- Re: Multibyte and unibyte file names, Stefan Monnier, 2013/01/25
- 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