I'm having an issue getting Cache::Memcached (perl) to handle utf8 strings. I've tried calling encode_utf8() and decode_utf8() when setting/getting strings in the cache but this doesn't seem to help.<br><br>The only solution I found was to force the socket to utf8 by adding:
<br><br>binmode $sock, &quot;:utf8&quot;;<br><br>after each socket() call in <a href="http://Memcached.pm">Memcached.pm</a><br><br>Perhaps someone else has a different solution, or can a way to turn on utf8 support be added to Cache::Memcached?
<br><br><br>Thanks,<br>Paul<br>