No default terminal encoding (#1419)

This commit is contained in:
Adrian Sampson 2015-04-14 09:51:02 -07:00
parent 516946839a
commit 195f0dd6d4
2 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,7 @@ threaded: yes
timeout: 5.0
per_disc_numbering: no
verbose: 0
terminal_encoding: utf8
terminal_encoding:
original_date: no
id3v23: no

View file

@ -23,7 +23,8 @@ Little fixes and improvements:
mode. :bug:`1398`
* Beets should now be better at guessing the appropriate output encoding on
Windows. (Specifically, the console output encoding is guessed separately
from the encoding for command-line arguments.) :bug:`1419`
from the encoding for command-line arguments.) A bug was also fixed where
beets would ignore the locale settings and use UTF-8 by default. :bug:`1419`
1.3.11 (April 5, 2015)
----------------------