From 6a7ef209ea986f4661cc7900a58e1fdda15213a7 Mon Sep 17 00:00:00 2001 Message-Id: <6a7ef209ea986f4661cc7900a58e1fdda15213a7.1714685118.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 30 Dec 2007 13:42:54 +0000 Subject: [PATCH] debian now defaults to UTF-8; using the local encoding would be better still Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/templates.disorder-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/templates.disorder-server b/debian/templates.disorder-server index fcb1594..d2dfe97 100644 --- a/debian/templates.disorder-server +++ b/debian/templates.disorder-server @@ -7,7 +7,7 @@ Description: Audio directories Template: disorder/encoding Type: string -Default: ISO-8859-1 +Default: UTF-8 Description: Filesystem encoding Enter your filesystem's character encoding. Check rather than guessing if you are not sure. -- [mdw]