Skip to content
Snippets Groups Projects
Unverified Commit f98f101a authored by Alec Theriault's avatar Alec Theriault Committed by GitHub
Browse files

Set UTF-8 encoding before writing files (#934)

This should fix #929, as well as guard against future problems of this
sort in other places. Basically replaces 'writeFile' (which selects the
users default locale) with 'writeUtf8File' (which always uses utf8).
parent a631fb6c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment