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
@fs-wu, thanks for reporting this issue. The Aerospike server stores strings as binary strings, i.e. not bound to any specific encoding. But the Ruby client should assume UTF-8 as the default encoding and convert all string to/from binary encoding automatically.
I have committed a fix to master in 6ef31a8. I am planning to do a minor bug fix release for the aerospike package next week. But if you want, you can build the package yourself from master branch and give it a try.
When I set japanese in bin value, I got such kind error:
" incompatible character encodings: ASCII-8BIT and UTF-8"
How can I avoid that?
Here my easy code:
The text was updated successfully, but these errors were encountered: