Author: maks Date: Mon Feb 4 11:55:36 2008 New Revision: 10407 Log: topconfig: Set UTF8 as default encoding.
Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/config Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Mon Feb 4 11:55:36 2008 @@ -26,6 +26,7 @@ * [amd64]: Enable PARAVIRT_GUEST, PARAVIRT. * topconfig: Enable HID_FF for some HID devices. (closes: #441348) * topconfig: Enable IPV6_ROUTER_PREF for multi-homed net. (closes: #449247) + * topconfig: Set UTF8 as default encoding. (closes: #417324) [ Martin Michlmayr ] * [arm] Update IXP4xx Ethernet patches. Modified: dists/trunk/linux-2.6/debian/config/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/config (original) +++ dists/trunk/linux-2.6/debian/config/config Mon Feb 4 11:55:36 2008 @@ -1954,7 +1954,7 @@ CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=437 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_FAT_DEFAULT_IOCHARSET="utf8" CONFIG_NTFS_FS=m # CONFIG_NTFS_DEBUG is not set CONFIG_NTFS_RW=y @@ -2043,7 +2043,7 @@ # Native Language Support # CONFIG_NLS=y -CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=m CONFIG_NLS_CODEPAGE_737=m CONFIG_NLS_CODEPAGE_775=m _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

