Skip to content

Commit

Permalink
Force UTF8 to avoid cp1252 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 17, 2022
1 parent 1e05a90 commit f8ae216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/etc/post-install/99-qmk.post
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ MSYS2_PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\]

# Force history to be remembered
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"

# Force UTF8 to avoid cp1252 issues
export PYTHONUTF8=1

0 comments on commit f8ae216

Please sign in to comment.