You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because it was initially implemented for Ruby 1.8 which didn't have proper string encoding, in a bunch of places the C version does silently accept strings with broken encodings.
We should emit a deprecation warning in 2.8.0, and remove that mis-feature in 3.0
Ref: #138
Because it was initially implemented for Ruby 1.8 which didn't have proper string encoding, in a bunch of places the C version does silently accept strings with broken encodings.
We should emit a deprecation warning in 2.8.0, and remove that mis-feature in 3.0
json/ext/json/ext/parser/parser.rl
Line 693 in fb25e94
json/ext/json/ext/generator/generator.c
Line 768 in fb25e94
The text was updated successfully, but these errors were encountered: