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 -- -- 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.
