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

Re: D07multibyte.ztst failure on HP-UX 11.11



On Monday 27 of April 2009 07:17:03 Paul Ackersviller wrote:
> Now that I have this executing, it's giving me the following result.
> I don't see a difference, so suspect the test itself rather than the
> shell.
>

Could you verify exact byte sequence with od, xxd or like? It is quite 
possible to have combined vs. non-combined characters here (which look 
alike in printable form but have different internal representation).

> ./D07multibyte.ztst: starting.
> Testing multibyte with locale en_US.utf8
> *** /tmp/zsh.ztst.out.5327      2009-04-24 16:28:27.000000000 -0400
> --- /tmp/zsh.ztst.tout.5327     2009-04-24 16:28:27.000000000 -0400
> ***************
> *** 1,2 ****
> ! HÎH HÎH HÎH HÎH HÎH
>   HAH HEH HUH HÃH HÃH
> --- 1,2 ----
> ! HÎH HÎH HÎH HÎH HÎH
>   HAH HEH HUH HÃH HÃH
> Test ./D07multibyte.ztst failed: output differs from expected as
> shown above for: print -oi HÎH HÎH HÎH HÎH HÎH
>   (LC_ALL=C; print -oi HAH HUH HEH HÃH HÃH)
> Was testing: Multibyte characters in print sorting
> ./D07multibyte.ztst: test failed.

Attachment: signature.asc
Description: This is a digitally signed message part.



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