Skip to content

Commit

Permalink
fix(apn): write with utf-8 encoding
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
  • Loading branch information
akhilnarang committed Apr 6, 2024
1 parent 6687c35 commit 8e4fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random-py/apn.py
Expand Up @@ -46,4 +46,4 @@
for tag in tags_to_copy:
child.attrib[tag] = mapping[key][tag]

destination_apn_xml.write(destination)
destination_apn_xml.write(destination, encoding="utf-8")

0 comments on commit 8e4fd70

Please sign in to comment.