[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature request: multibyte user-full-name
From: |
Stefan Monnier |
Subject: |
Re: Feature request: multibyte user-full-name |
Date: |
Tue, 14 Mar 2006 11:07:47 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
>> Anyway, as far as a system allows users to switch locale, I
>> think, pw_gecos must adopt locale-independent encoding, thus
>> the possible encoding is one of UTF-*. And, considering
>> backward compatibility, it should be UTF-8. Then, how about
>> we always decode it by utf-8 (only if it contains a byte
>> with MSB set) while falling back to locale-coding-system
>> (invalid utf-8 sequence is found), and see if that works on
>> any systems?
That sounds like a reasonable plan.
Stefan