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
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
For example, if you save Japanese characters in the database, the adapter doesn't support retrieving and display the record. We get the utf-8 encoding error:
A ActionView::Template::Error occurred in campaigns#edit:
incompatible character encodings: UTF-8 and ASCII-8BIT
activesupport (3.2.13) lib/active_support/core_ext/string/output_safety.rb:135:in `concat'
For example, if you save Japanese characters in the database, the adapter doesn't support retrieving and display the record. We get the utf-8 encoding error:
A ActionView::Template::Error occurred in campaigns#edit:
incompatible character encodings: UTF-8 and ASCII-8BIT
activesupport (3.2.13) lib/active_support/core_ext/string/output_safety.rb:135:in `concat'