diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/patches/console_utf-8.patch | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ccd0d691..94baf6ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ hurd (20060825-0+SVN) unreleased; urgency=low * debian/rules (DEB_INSTALL_CHANGELOGS_ALL): New variable, install it. * debian/patches/no_shm_makedev.diff: Renamed to ... * debian/patches/makedev.diff: ... this. + * debian/patches/console_utf-8.patch: New patch, setting the Hurd + console to UTF-8 by default. (Closes: #348260) -- Michael Banck <mbanck@debian.org> Fri, 25 Aug 2006 16:53:48 +0200 diff --git a/debian/patches/console_utf-8.patch b/debian/patches/console_utf-8.patch new file mode 100644 index 00000000..2d292f42 --- /dev/null +++ b/debian/patches/console_utf-8.patch @@ -0,0 +1,15 @@ +2006-08-26 Michael Banck <mbanck@debian.org> + + * console.c (DEFAULT_ENCODING): Set to UTF-8. + +--- hurd/console/console.c.orig 2006-08-26 00:48:56.000000000 +0200 ++++ hurd/console/console.c 2006-08-26 00:49:19.000000000 +0200 +@@ -55,7 +55,7 @@ + /* Handy source of time. */ + volatile struct mapped_time_value *console_maptime; + +-#define DEFAULT_ENCODING "ISO-8859-1" ++#define DEFAULT_ENCODING "UTF-8" + #define DEFAULT_INTENSITY CONS_ATTR_INTENSITY_NORMAL + #define DEFAULT_UNDERLINED 0 + #define DEFAULT_BLINKING 0 |
