> On Di, 22 Feb 2022, Bram Moolenaar wrote: > > > Patch 8.2.4437 > > Problem: Vartabs test fails on MS-Windows. > > Solution: Use iso8859-1 'encoding'. (Ken Takata, closes #9818) > > Files: src/testdir/test_vartabs.vim > > Should setting iso8859 and iso-8859 as encoding be an error then?
It gets translated (cannonized) to "iso-8859-", with a trailing dash. That looks wrong. I think we should use "iso8859" as "iso-8859-1", thus latin1. -- Warning label on a superhero Halloween costume: "Caution: Cape does not enable user to fly." /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220222123744.3CE5D1C14C0%40moolenaar.net.
