Skip to content Skip to sidebar Skip to footer
Showing posts with the label Utf 16

Creating Utf-16 Newline Characters In Python For Windows Notepad

In Python 2.7 running in Ubuntu this code: f = open('testfile.txt', 'w') f.write(&#… Read more Creating Utf-16 Newline Characters In Python For Windows Notepad

How To Decode Unicode String That Is Read From A File In Python?

I have a file containing UTF-16 strings. When I try to read the unicode, ' ' (double quotes… Read more How To Decode Unicode String That Is Read From A File In Python?