This project is archived and is in readonly mode.
Ruby 1.9 compat: fix JSON decoding with multibyte values
Reported by Akira Matsuda | February 14th, 2009 @ 08:00 AM | in 2.x
Comments and changes to this ticket
-
Akira Matsuda February 14th, 2009 @ 04:08 PM
Changed the implementation not to depend on #1968 which didn't really like.
Please discard the previous patch and try this new one.
-
Akira Matsuda February 14th, 2009 @ 07:18 PM
Sorry for posting again and again. Fixed the code again to pass the test with Ruby 1.9, 1.8.7 and 1.8.6.
-
Repository February 17th, 2009 @ 08:00 PM
- State changed from new to committed
(from [7c0e008973e594ebf53607362c1dfbe34b693600]) Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
[#1969 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net http://github.com/rails/rails/co...
-
Repository February 17th, 2009 @ 08:00 PM
(from [13bf5c5a6ae510cd17f05ac24cad5df9dda42342]) Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
[#1969 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1969 Ruby 1.9 compat: fix JSON decoding with multibyte values [#1969 state:committed]
- 1969 Ruby 1.9 compat: fix JSON decoding with multibyte values [#1969 state:committed]
- 1100 JSON decoding of \u escape sequences Please take a look at #1969 for the Ruby 1.9 matter.
- 1100 JSON decoding of \u escape sequences Thank you very much, Akira. I've installed Ruby 1.9 and i...