On Jul 31, 2017 11:16, "Tony Mechelynck" <[email protected]> wrote:
On Mon, Jul 31, 2017 at 4:29 PM, Ken Takata <[email protected]> wrote: > Hi Bram, > > Two years ago, you announced closing of Vim-multibyte mailing list. > > Vim-multibyte mailing list is closed > https://groups.google.com/d/msg/vim_announce/3Kzdhtsp9dQ/afcHmpksN7QJ > > In the announcement, you said: > >> Multi-byte text is a core part of Vim these days, mainly >> because UTF-8 is wide spread now. > > I strongly agree with this. Nowadays, support for UTF-8 is mandatory for > text editors. Support for GB18030 (a Unicode transformation format) is mandatory in mainland China. In practice, I suppose that for software publishers this implies support (in China) for other Unicode encodings such as UTF-8 and UTF-16. I'm much less sure about Unicode support being mandatory everywhere _outside_ of China. (France? USA? UK? Jamaica? Haiti? etc.) As discussed last time this type of change was suggested[0], using UTF-8 to internally represent the bytes of the buffer has no effect on which file encodings are supported for editing. One can still edit files in whichever encodings you like. [0]: 8 years ago already -- https://groups.google.com/d/msg/vim_dev/up1KslPRGzk/9xwHeIb6WWgJ And remove the possibility to compile a "lean and mean" vi with Tiny features, working only in 8-bit encodings such as the various avatars of ISO 8859 in use in Europe? (At the moment, +multi_byte is already compiled-in in every build of Vim except Tiny and Small.) (Yes, I am pleading devil's advocate in this discussion. I use UTF-8 myself — mostly. But I also keep an up-to-date Tiny build of Vim under executable name "vi" and I build it with as few optional features as I can. Executable sizes: Huge, 2934944 bytes; Tiny, 766992 bytes. Size ratio: 3.826564 to 1.) You're comparing apples and oranges. The right comparison is tiny feature build without and with FEAT_MBYTE. That comparison, using 8.0.0823, is 838K vs. 978K here. Cheers, James -- -- 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.
