Working with Redis 2.10 using redis-cli on Linux, I am faced with a problem regarding accents...
If I execute the command
set \"string\" \"à\
"\xc3\xa0" is just Unicode "à" in UTF-8 encoding. Just decode the string and you're done...