Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Encoding bug?



On Fri, Sep 7, 2012 at 6:45 PM, ☈king <rkingdesk@xxxxxxxxxxxx> wrote:
> In v5.0.0 (revision 361e171), if I do:
>
> % echo ♔
> % r
>
> I get Mojibake.
>
> If I instead do:
>
> % echo ♔
> % fc

Hello,

I have the same issue with v5.0.0 . And it seems not to be the same
behaviour with every non-ascii charater I tried.

echo é # works
echo eée # works
echo eéàe # r prints garbage
echo eéèe # works
echo oôöo # works
echo æ«€¶ŧ←↓→øþ # r prints garbage starting with arrows
echo ←↓→ # r prints garbage

Hope it helps locating the issue.
-- 
Damien Thebault



Messages sorted by: Reverse Date, Date, Thread, Author