You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add explicit UTF-8 encoding to all file read/write operations
On Windows, Path.read_text() and Path.write_text() use the system
default encoding (e.g. CP1251) instead of UTF-8. This causes
UnicodeDecodeError when config files contain non-ASCII characters
such as Cyrillic text in commitizen customization options.
Fixes#1636
0 commit comments