mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
No default terminal encoding (#1419)
This commit is contained in:
parent
516946839a
commit
195f0dd6d4
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
----------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue