@b4n commented on this pull request.


In scripts/create_php_tags.py:

>  
     # write tags
     script_dir = dirname(__file__)
     tags_file_path = join(script_dir, '..', 'data', 'tags', 'std.php.tags')
-    with open(tags_file_path, 'w') as tags_file:
+    with open(tags_file_path, 'w', encoding='iso-8859-1') as tags_file:

Aah, it's the output file, right. Well, OK then -- although I guess I'd open it binary (if it makes a difference)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3488/review/1421957129@github.com>