1

I'm trying to show UTF-8 content in redis-cli.

I've tried this solution:

redis-cli --raw

which was suggested here: Redis - problem with accents (UTF-8 encoding)

But this is what i'm getting: מחוז ירושלים

Can someone assist ?

Community
  • 1
  • 1
ohadinho
  • 6,894
  • 16
  • 71
  • 124

1 Answers1

-1

try command chcp 65001

in cmd window

Ivan
  • 61
  • 1
  • 1
  • 3
  • 3
    Nobody should blindly run some command without knowing what it does. You should edit your answer to explain what it is and what it's going to do. Not that this is being sought anymore (the question was posted in 2015)... – David Makogon Jul 22 '17 at 22:36
  • Running any command is your responsibility. OK, than we should delete all question older than you like, because nobody won't have this problem anymore. – Ivan Jul 30 '17 at 12:04