Hi, My input is from HTTP, 3 hard-coded bytes of UTF-8 hex value. What I want is 2 bytes unicode.
For example: let input = "%E9%A6%AC" let output = "99AC" Based on the output, I can then get the real CJK: 馬. Is it possible to do it from within Vim? Thanks Sean --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
