You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/detox/files/detox-1.2.0-change-default-...

18 lines
379 B

# Patch from Teemu Likonen <tlikonen@iki.fi>
# to change the default sequence to use utf8 instead of iso8859-1
--- detox-1.2.0/detoxrc~ 2006-07-03 19:45:54.000000000 +0300
+++ detox-1.2.0/detoxrc 2009-05-28 15:34:26.497832449 +0300
@@ -32,10 +32,10 @@
#
#
-# Basically just ISO8859_1
+# Basically just utf_8
#
sequence default {
- iso8859_1;
+ utf_8;
safe;
wipeup;
};