Ken Takata wrote: > Currently vim.exe uses ANSI APIs for keyboard input and console output. > So it cannot input/output Unicode characters. > > I wrote patches to use Unicode APIs for console I/O. > > 1. win32console-unicode-display.patch: > Patch to support Unicode output. > 'tenc' is now ignored for console output. > 2. win32console-unicode-input.patch: > Patch to support Unicode input. Old codes are just commented out. > 'tenc' is now ignored for console input. > 3. win32console-unicode-input_remove-unused-part.patch: > Patch to remove old codes. This partly reverts 7.3.814. > 4. win32console-unicode-io-doc.patch: > Patch for documents. Update about 'tenc'. > > Note: These patches also won't work on Win9x, because I used Unicode version > of Win32 APIs directly. I don't think it matters as I wrote in another thread: > https://groups.google.com/d/msg/vim_dev/z4nmjdUT5yA/IAc5fw3vBgAJ
Thanks. As with the other patch I'll await comments. -- You know you use Vim too much when you have this alias in your ~/.bashrc file: alias :e=/bin/vim (Eljay Love-Jensen) /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ 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]. For more options, visit https://groups.google.com/d/optout.
