http://qs321.pair.com?node_id=11137962


in reply to Re^4: Can someone please write a *working* JSON module (Send money)
in thread Can someone please write a *working* JSON module

See Encode::Unicode for the translations between the various Unicode encodings.

I think converting from UTF-16 to UTF-8 is merely a mathematical transformation between two encoding styles of the same number, so you can easily model that. I'm not sure how easy it is to determine whether a backslash-escaped sequence is UTF-8 or UTF-16, but maybe if it's just two characters, it's UTF-8.

  • Comment on Re^5: Can someone please write a *working* JSON module (Send money)

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.