getting this error : incompatible encodings: UTF-8 and ASCII-8BIT #978
shashankposhmark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using : Jruby-9.2.8.0 , Tilt:2.6.1 , slim (5.2.1),temple (0.10.3)
full error:
competing_offer.slim:
data is all 'UTF-8' (#{post_title})
host encoding setup:
goshposh@ten-qw:/goshposh/server$ jruby -e 'p [Encoding.default_external, ENV["LC_ALL"], ENV["LC_CTYPE"], ENV["LANG"]]' [#<Encoding:UTF-8>, "en_US.UTF-8", nil, "en_US.UTF-8"]Getting this error after upgrading slim (1.2.2) to slim (5.2.1),temple (0.4.0) to temple (0.10.3),tilt (1.3.7) to tilt (2.6.1)
Beta Was this translation helpful? Give feedback.
All reactions