I was never able to convert the encoding of my ciphered data back to its 
original form. I was able to find a random backup I didn't realize I had 
and used that to restore the "corrupted" fields. Just wanted to report back 
for anyone following this thread.

On Wednesday, April 11, 2012 7:03:11 PM UTC-7, cricket wrote:
>
> To get the char encoding:
>
> file -bi dumpfilename
>
> To convert it to UTF-8:
>
> iconv -f [encoding from above] -t utf8 dumpfilename > dumpfile_utf8.sql
>
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to