test_listlbr_utf8 fails on Mac OS X as follows:
# Check if the test.out file matches test.ok.
54,56c54,56
< ¶
< a b c¶
< a b c¶
---
> ¶
> +a b c¶
> a b c¶
First of all, what is the encoding used in test_listlbr_utf8.{in,ok}?
The bye sequence for the sign 'foo' is
C3 AF C2 BC C2 8B
If this is UTF-8, then
UTF8: C3 AF = U+00EF = ï
UTF8: C2 BC = U+00BC = ¼
but 'C2 8B' is ??
The double width plus sign is:
UTF8: EF BC 8B = U+FF0B = +
Was this (wrongly) converted into U+00EF U+00BC U+008B ?
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.