diff options
| author | Michael Banck <mbanck@debian.org> | 2006-08-25 22:55:09 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2006-08-25 22:55:09 +0000 |
| commit | 9fcbf096dbbcdfd2d40bca930860d861d1ec5ccb (patch) | |
| tree | ab0354b05bbf5f8d2e3ecfdc57226c0fa0c3b203 /debian/patches | |
| parent | 51a78182f01cf46162f334973587fcc21c9e65e0 (diff) | |
* debian/patches/console_utf-8.patch: New patch, setting the Hurd
console to UTF-8 by default. (Closes: #348260)
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/console_utf-8.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
