It seems like your version JSON may skip \u0005 (but I may be wrong) and here I cannot help anymore because I have no idea how to debug that. Sorry. Maybe someone more knowledgeable will step up and clarify the problem.
CGS On Thu, Aug 2, 2012 at 3:30 PM, Erik Timan <[email protected]> wrote: > On Wed, Aug 1, 2012, at 17:38, CGS wrote: > > It looks to me you need to work in UTF8 environment (I might be wrong > > though). For that, check the output of `echo $LANG'. That will tell you > > if > > you are working with UTF8 environment. If not, you can set it with > > `export > > LANG="your_language.utf8"' (replace "your_language" with your environment > > language; for C-shell variants, use setenv). > > > > CGS > > I've tried setting both LANG and LC_ALL & friends to use UTF-8, but it > seems to make no difference. I can see that it makes a difference for > the Erlang shell when running io:getopts(), but the test seems > unaffected. > > Erik >
