[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #15820] Can not read sav file
From: |
Ben Pfaff |
Subject: |
Re: [bug #15820] Can not read sav file |
Date: |
Fri, 24 Feb 2006 17:03:38 -0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
John Darrington <address@hidden> writes:
> That sounds reasonable. It would cause a problem if there is a locale
> which considers '@' and '#' to be alphabetic characters, but I'm not
> aware of any such locale.
Agreed.
> There may also be other characters that we can safely disallow
> in any part of a name, for example '=', '+', '/' etc.
It occurs to me that some locales might use ASCII = or + (etc.)
as the second byte of a multibyte character sequence. UTF-8 is
careful to avoid this pitfall but I don't know whether other
locales are. That's why I only suggested checking the first
byte, because it's guaranteed to be at the beginning of a
possibly multibyte character.
Internationalization is hard.
--
"A computer is a state machine.
Threads are for people who cant [sic] program state machines."
--Alan Cox
- Re: [bug #15820] Can not read sav file, John Darrington, 2006/02/21
- Re: [bug #15820] Can not read sav file, Ben Pfaff, 2006/02/23
- Re: [bug #15820] Can not read sav file, Ben Pfaff, 2006/02/24
- Re: [bug #15820] Can not read sav file, John Darrington, 2006/02/25
- Re: [bug #15820] Can not read sav file, Ben Pfaff, 2006/02/25
- Re: [bug #15820] Can not read sav file, Ben Pfaff, 2006/02/25
- Re: [bug #15820] Can not read sav file, John Darrington, 2006/02/25