diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 22:42:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 22:42:22 +0200 |
commit | 608a98c873b94826a98b8dbdf17aa02320de8776 (patch) | |
tree | 80b5714da2c5cd8fab07d0148a821c4d2f2efed6 /NEWS | |
parent | f951e5356b7b6fb1126e367e641882f1e5192f76 (diff) |
fs/Charset: default filesystem charset is UTF-8
Implement a fast path for UTF-8 which leaves fs_charset empty, and
don't assign a value to fs_charset if there's no configuration.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.18 (2012/??/??) * configuration: - allow tilde paths for socket + - default filesystem charset is UTF-8 instead of ISO-8859-1 * protocol: - new command "toggleoutput" - search for album artist falls back to the artist tag |