importwp.py error on Windows due to file encoding #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since Windows defaults to 1280 instead of UTF8 if your import has UTF-8 in it it'l fail to convert unless you use the
PYTHONUTF8=1
workaround.