[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: people working in Greg's locale (+euro) & display of Unicode names
From: |
Peter & Kelly Passchier |
Subject: |
Re: people working in Greg's locale (+euro) & display of Unicode names |
Date: |
Fri, 16 Jun 2017 08:01:42 +0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 |
On 16/06/2560 03:11, Chet Ramey wrote:
> You still have to look at every character. The world isn't all UTF-8:
> there are character sets where multibyte characters include characters
> that are valid ascii (including, I suspect, `=').
I think supporting all kinds of other encodings besides UTF-8 is
absolutely nuts. You not only have to look at every character, but you
first have to decide which encoding you're going to be in, and this
might be ambiguous (unless an encoding declaration becomes part of bash).
I think the overhead in code size and complexity will be too much. I
never thought you were thinking in this direction. I hope other people
will chime in about this approach.
Peter
- Re: RFE: Please allow unicode ID chars in identifiers, (continued)
- Re: RFE: Please allow unicode ID chars in identifiers, Greg Wooledge, 2017/06/14
- people working in Greg's locale (+euro) & display of Unicode names, L A Walsh, 2017/06/14
- Re: people working in Greg's locale (+euro) & display of Unicode names, Chet Ramey, 2017/06/14
- Re: people working in Greg's locale (+euro) & display of Unicode names, PePa, 2017/06/14
- Re: people working in Greg's locale (+euro) & display of Unicode names, Chet Ramey, 2017/06/15
- Re: people working in Greg's locale (+euro) & display of Unicode names, PePa, 2017/06/15
- Re: people working in Greg's locale (+euro) & display of Unicode names, Chet Ramey, 2017/06/15
- Re: people working in Greg's locale (+euro) & display of Unicode names, L A Walsh, 2017/06/15
- Re: people working in Greg's locale (+euro) & display of Unicode names,
Peter & Kelly Passchier <=
- Re: people working in Greg's locale (+euro) & display of Unicode names, Chet Ramey, 2017/06/15
- Re: char-class rules & please show examples of int. locales that use diff. char-class rules, L A Walsh, 2017/06/15
- Re: char-class rules & please show examples of int. locales that use diff. char-class rules, Chet Ramey, 2017/06/15
- Re: char-class rules & please show examples of int. locales that use diff. char-class rules, L A Walsh, 2017/06/15
Re: RFE: Please allow unicode ID chars in identifiers, Chet Ramey, 2017/06/13