On Tue, Feb 7, 2012 at 5:57 PM, Igor Dovgiy <ivd.pri...@gmail.com> wrote:
> It's not an encoding issue. It's a 'storage' issue. ) > > JSON::to_json returns a string, with UTF8 flag on. > JSON::encode_json returns a bytecode (sequence of octets), with UTF8 flag > off. > Thanks Igor. John