Re: accents

2011-05-10 Thread Greg Wooledge
On Tue, May 10, 2011 at 04:47:29AM +0200, Thomas De Contes wrote: > tDeContes-fixe:~ thomas$ echo "$PS1" > + echo '\h:\W \u\$ ' > \h:\W \u\$ > if i do not > PS1="&# $PS1" > then i don't have the problem described in 1 I am not able to reproduce this in my environment. I'm using Debian 6.0 on i3

Re: accents

2011-05-10 Thread Andreas Schwab
Perhaps the wcwidth function is broken on MacOS. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: accents

2011-05-10 Thread Chet Ramey
On 5/10/11 9:17 AM, Greg Wooledge wrote: > In yours, however, it is 0x65 0xcc 0x81 which is U+0065 LATIN SMALL > LETTER E followed by U+0301 COMBINING ACUTE ACCENT. > > Perhaps Bash does not know how to interpret COMBINING ACUTE ACCENT which > follows a letter...? > > I'm not intimately familiar