Pickling russian strings

DR ypoi at spray.se
Thu Aug 15 14:01:33 EDT 2002


I have some lists whith russian text I need to save to file. When
saving with pickle's dump() method the encoding gets f-ked up (\u0444
becomes \xe4 for example). I need to find a way to save data
structures containing russian text with pickle or something similar.
Please help me, someone!



More information about the Python-list mailing list