alexmchale/try.redis

Trad. Chinese (zh-tw) characters problem

jacksctsai opened this issue · 0 comments

The Try Redis tutorial is really cool.
But there seems a problem when I try to input some values of Trad. Chinese characters (I think it's unicode string).

I was following these steps:

sadd schools '東榮國小'
true
sadd schools '碧華國小'
true
sadd schools '培英國中'
true
sismember schools '光復中學'
true
smembers schools
(no response)

I thought that was a typo-error.
So I tried it again with English characters then everything goes well.

I tried the same thing on my own Redis server and I will get some hex values instead (which is good, because there's some response which means you might just have to do some workaround to correctly show these Chinese words.)