Dominique Pelle wrote:
> I just notice that unit test src/testdir/test39 fails when locale
> is "en_US.utf8" but succeeds when locale is "C":
>
> With "en_US.utf8" locale:
>
> $ make test
> ...
> Test results:
> test39 FAILED
> ALL DONE
>
>
> test case 39 is encoded in latin1 and contains invalid utf8
> because of German sharp S (Eszett) introduced in
> patch 7.1.243. That might be the reason.
>
> But even after transforming testdir/test39.{in,ok} into utf8,
> it still fails, so there is something else going on.
>
> After transforming test39.{ok,in} into utf8 and
> re-running "make test", I observe this difference:
>
> $ diff testdir/test39.ok testdir/test39.failed
> 6c6
> < the YOUTUSSEUU end
> ---
> > the YOUTUßeuu end
>
>
> I'm using vim-7.1.251 (configure --with-feature=huge)
> on Linux x86 in a gnome-terminal, en_US.utf8 locale.
I'll make a patch. Thanks for reporting the problem.
--
If Pacman had affected us as kids we'd be running around in dark rooms,
munching pills and listening to repetitive music.
-- Marcus Brigstocke
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---