Yasuhiro Matsumoto wrote: > On Thursday, February 25, 2016 at 5:40:32 PM UTC+9, mattn wrote: > > https://gist.github.com/mattn/6f6c9349c6c4130277ca > > > > I changed spec for json_encode/json_decode to handle utf-8 always. > > Because json string possibly contain both of utf-8 string and \uXXXX > > string. So it should be always utf-8 bytes. For example, when > > encoding is not utf-8, json_encode(non_utf8_bytes) should be encoded > > to utf-8 bytes. And json_decode(utf8_bytes) should be decoded as > > 'encoding'. > > > > - mattn > > I updated patch to fix some bugs. > > https://gist.github.com/mattn/6f6c9349c6c4130277ca
Thanks, I'll look into it soon. -- Dreams are free, but there's a small charge for alterations. /// 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.
