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
I am trying to JSON.fast_generate({...data...}), sometimes I will get this exception thrown:
Encoding::UndefinedConversionError: ""\xC3"" from ASCII-8BIT to UTF-8
encode at org/jruby/RubyString.java:7575
generate at json/ext/GeneratorState.java:210
fast_generate at file:/tmp/jruby4517434910347195571extract/jruby-stdlib-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/json/common.rb:254
The text was updated successfully, but these errors were encountered:
I am trying to
JSON.fast_generate({...data...})
, sometimes I will get this exception thrown:The text was updated successfully, but these errors were encountered: