Closed GoogleCodeExporter closed 9 years ago
Hi,
thanks for raising this issue. The locale should definitely not influence the
rendered JSON. However, I seen unable to reproduce this problem (I switched my
browser's locale to turkish, but the JSON was rendered fine).
Do you have any other hints as to how to reproduce this problem? You probably
know of potential problems with the turkish locale better than me :).
Regards,
Tom
Original comment by tom.homb...@gmail.com
on 31 Jan 2013 at 9:28
Hi again, thanks for replying.
I think it is not about browsers locale but rather Java Locale because in my
machine Locale.getDefault() returns tr_TR.
I checked out source code and changed the line
jgen.writeString(value.toString().toLowerCase()) in LowerCaseEnumSerializer to
...toLowerCase("new Locale("en")"); and it worked...
I hope this would be helpful. :)
Best wishes...
Original comment by Muhammet...@gmail.com
on 31 Jan 2013 at 10:25
Thanks a lot! I will fix this in the next version!
Original comment by tom.homb...@gmail.com
on 1 Feb 2013 at 8:56
fixed in revision r237 will be included in next release
Original comment by tom.homb...@gmail.com
on 10 Feb 2013 at 9:35
Original comment by tom.homb...@gmail.com
on 10 Feb 2013 at 9:35
included in 1.4.3 which was released today
Original comment by tom.homb...@gmail.com
on 3 Mar 2013 at 5:46
Original issue reported on code.google.com by
Muhammet...@gmail.com
on 30 Jan 2013 at 4:00