We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028ae38 commit cb4bf73Copy full SHA for cb4bf73
tools/make_readme.py
@@ -67,7 +67,7 @@ def create_readme():
67
68
data = data.replace('$PLATFORM$', platform_str)
69
70
- write_file(os.path.join(output_dir, 'README.txt'), data)
+ write_file(os.path.join(output_dir, 'README.txt'), data.encode('utf-8'))
71
if not options.quiet:
72
sys.stdout.write('Creating README.TXT file.\n')
73
0 commit comments