--- detox-1.2.0.orig/debian/manpages +++ detox-1.2.0/debian/manpages @@ -0,0 +1,2 @@ +debian/inline-detox.1 +detox.1 --- detox-1.2.0.orig/debian/control +++ detox-1.2.0/debian/control @@ -0,0 +1,28 @@ +Source: detox +Section: utils +Priority: extra +Maintainer: Patrick Schoenfeld +Build-Depends: debhelper (>= 7), autotools-dev, bison, flex, quilt (>= 0.46-7) +Homepage: http://detox.sourceforge.net +Vcs-git: git://git.debian.org/git/collab-maint/detox.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/detox.git +Standards-Version: 3.9.1 + +Package: detox +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: utility to replace problematic characters in filenames + Detox is a utility designed to clean up filenames. It replaces difficult to + work with characters, such as spaces, with standard equivalents. It will also + clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them. + . + Features: + . + * Removal or replacement of upper ASCII Latin-1 (ISO 8859-1) characters + * Removal or replacement of UTF-8 encoded Unicode characters. + * Removal or replacement of spaces and other potentially tricky characters + * Trimming of excessive "_" and "-"s + * Directory recursion, dry runs, verbose listings + . + It is designed with safety in mind. It won't overwrite a file that already + exists, and it doesn't touch special files if not requested. --- detox-1.2.0.orig/debian/changelog +++ detox-1.2.0/debian/changelog @@ -0,0 +1,102 @@ +detox (1.2.0-5) unstable; urgency=low + + * Further minimize debhelper configuration by using appropriate quilt + version with the new debhelper sequence + * Patch upstream Makefile to install safe.tbl + Thanks to Nelson A. de Oliveira for the patch. + (Closes: #566785) + + * Bump Standards-Version; no changes needed + + -- Patrick Schoenfeld Wed, 23 Feb 2011 16:21:23 +0100 + +detox (1.2.0-4) unstable; urgency=low + + * [fcf76ff4] Update to debhelper 7 + - Make us of debhelper magic to minimize the rules file + - Get rid of debian/install, because debhelper will do the + right things + - Update debhelper compat level and build dependency + * [b7f0097b] Add a manpage for inline-detox(1) + * [774e1ddc] Bump Standards-Version; no changes needed + * [0a3319a0] Use utf8 in default sequence (Closes: #530872) - thanks + to Teemu Likonen + * [e3947b0f] Update the Vcs-* headers because we moved to git + + -- Patrick Schoenfeld Wed, 02 Dec 2009 14:00:25 +0100 + +detox (1.2.0-3) unstable; urgency=low + + * Upload to unstable + + -- Patrick Schoenfeld Wed, 25 Feb 2009 14:52:20 +0100 + +detox (1.2.0-2) experimental; urgency=low + + * Upload to experimental because lenny is frozen + * Updated maintainers email address + * Switch to quilt as patch system + + Update build depends to use quilt instead of dpatch + + Update debian/rules to use quilt + + Rename 00list to series so that quilt knows what patches to apply + * Clean up naming scheme for patches (make it more consistent) + * Bump Standards-Version to 3.8.0 + * Added README.source to document patch handling for policy + conformance + + -- Patrick Schoenfeld Wed, 17 Sep 2008 16:19:30 +0200 + +detox (1.2.0-1) unstable; urgency=low + + * New upstream version + * Update patch 01-make-upstream-makefiles-parallel-build-safe.dpatch + to apply to the new upstream version + * Remove "permission fix" from debian/rules as its no longer needed + * Updated debian/copyright to the new version of the package + * Include updated patch for wrong use of hyphens in manpage provided by the + upstream author + + -- Patrick Schoenfeld Sat, 12 Apr 2008 11:55:01 +0200 + +detox (1.1.1-4) unstable; urgency=low + + * Use a chmod 644 instead of chmod -x to fix the permissions of some files, + to fix FTBFS that happens under some conditions + * Add copyright notice with year to debian/copyright to fix lintian warning + * Add a patch to fix the wrong use of hypens in the detoxrc manpage + * Make clean target depend on the unpatch target so that patches get + unapplied on running clean + * Replace (C) with © because of its legal entitlement + * Add years to machine-parseable copyright information + * Remove config.log in clean target, so that it does not get into the + Debian diff.gz + * Added a patch to remove build instructions from README file + * Added full license text to debian/copyright, because its an own bsd-like + license. + * Relicensed debian packaging under the same license as detox + + -- Patrick Schoenfeld Wed, 20 Feb 2008 13:10:58 +0100 + +detox (1.1.1-3) unstable; urgency=low + + * Fixed a typo in debian/rules (CLFAGS should be CFLAGS) + * Only use --host option to configure when cross-building + * Added dpatch patch system + * Added a patch to make upstream makefiles safe for parallel builds + * Added Vcs-Headers to debian/control + * Updated to Standards-Versions 3.7.3 + * Added machine-readable license/copyright informations to debian/copyright + + -- Patrick Schoenfeld Mon, 03 Dec 2007 10:58:49 +0100 + +detox (1.1.1-2) unstable; urgency=low + + * Fixed missing URL in copyright file + + -- Patrick Schoenfeld Thu, 25 Oct 2007 09:44:35 +0200 + +detox (1.1.1-1) unstable; urgency=low + + * Initial release (Closes: #447014) + + -- Patrick Schoenfeld Wed, 17 Oct 2007 14:02:16 +0200 --- detox-1.2.0.orig/debian/compat +++ detox-1.2.0/debian/compat @@ -0,0 +1 @@ +7 --- detox-1.2.0.orig/debian/copyright +++ detox-1.2.0/debian/copyright @@ -0,0 +1,117 @@ +This package was debianized by Patrick Schoenfeld on +Wed, 17 Oct 2007 14:02:16 +0200. + +It was downloaded from http://detox.sourceforge.net/ + +Author: + + Doug Harple + +Copyright: + + Copyright © 2004-2006, Doug Harple. All rights reserved. + Copyright © 1984-2006 Free Software Foundation + +License (except for config_file_y.c): + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of author nor the names of its contributors may be + used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License (for config_file_y.c): + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is © 2007-2008 Patrick Schoenfeld + and is licensed under the same license +as the software. + +Files: config_file_y.c +Copyright: © 1984-2006 Free Software Foundation +License: GPL (with exception) + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + +Files: * +Copyright: © 2004-2005 Doug Harple + © 2007-2008 Patrick Schoenfeld +License: other-BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of author nor the names of its contributors may be + used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- detox-1.2.0.orig/debian/watch +++ detox-1.2.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/detox/detox-(.*)\.tar\.gz --- detox-1.2.0.orig/debian/inline-detox.1 +++ detox-1.2.0/debian/inline-detox.1 @@ -0,0 +1,148 @@ +.\" +.\" Copyright (c) 2004-2006, Doug Harple. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions are +.\" met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" 3. Neither the name of author nor the names of its contributors may be +.\" used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +.\" OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd August 3, 2004 +.Dt DETOX 1 +.Os +.Sh NAME +.Nm inline-detox +.Nd clean up filenames (stream-based) +.Sh SYNOPSIS +.Nm +.Op Fl hnLrv +.Op Fl s sequence +.Op Fl f configfile +.Ar +.Sh DESCRIPTION +The +.Nm +utility can remove spaces and other such annoyances from streams. +It'll also translate or cleanup Latin-1 (ISO 8859-1) characters encoded +in 8-bit ASCII, Unicode characters encoded in UTF-8, and CGI escaped characters. +Basically its detox, but does not operate on files. +.Ss Sequences +.Nm +is driven by a configurable series of filters, called a sequence. +Sequences are covered in more detail in +.Xr detoxrc 5 +and are discoverable with the +.Fl L +option. Some examples of default sequences are +.Cm iso8859_1 +and +.Cm utf_8 . +.Ss Options +The main options: +.Bl -tag -width Fl +.It Fl f Ar configfile +Use +.Ar configfile +instead of the default configuration files for loading translation +sequences. No other config file will be parsed. +.It Fl h -help +Display helpful information. +.It Fl L +List the currently available sequences. When paired with +.Fl v +this option shows what filters are used in each sequence and any +properties applied to the filters. +.It Fl r +Recurse into subdirectories. +.It Fl s Ar sequence +Use +.Ar sequence +instead of default. +.It Fl v +Be verbose about which files are being renamed. +.It Fl V +Show the current version of +.Nm . +.El +.Ss Deprecated Options +Deprecated Options are options that were available in earlier versions +of +.Nm +but have lost their meaning and are being phased out. +.Bl -tag -width Fl +.It Fl -remove-trailing +Removes _ and - after .'s in filenames. This was first provided in +the 0.9 series of +.Nm . +After the introduction of sequences, it lost its meaning, as you could +now determine the properties of wipeup through a particular sequence's +configuration. It presently forces all instances of the wipeup filter +to use remove trailing, regardless of what's actually in the config +files. +.El +.Sh FILES +.Bl -tag -width iso8859_1.tbl -compact +.It Pa detoxrc +The system-wide detoxrc file. +.It Pa ~/.detoxrc +A user's personal detoxrc. Normally it extends the system-wide +detoxrc, unless +.Fl f +has been specified, in which case, it is ignored. +.It Pa iso8859_1.tbl +The default ISO 8859-1 translation table. +.It Pa unicode.tbl +The default Unicode (UTF-8) translation table. +.El +.Sh EXAMPLES +.Bl -tag -width Fl +.It echo "Foo Bar" | Nm Fl s Ar iso8859_1 Fl v +Will run the sequence +.Ar iso8859_1 +listing any changes and returning the result to STDOUT. +.El +.Sh SEE ALSO +.Xr detox 1 , +.Xr detoxrc 5 , +.Xr detox.tbl 5 . +.Sh HISTORY +detox +was originally designed to clean up files that I had received from +friends which had been created using other operating systems. It's +trivial to create a filename with spaces, parenthesis, brackets, and +ampersands under some operating systems. These have special meaning +within FreeBSD and Linux, and cause problems when you go to access +them. I created +.Nm +to clean up these files. +.Sh AUTHORS +.Nm +was written by +.An "Doug Harple" . +.Sh BUGS +.Pp +Long options don't work under Solaris or Darwin. +.Pp +An error in the config file will cause a segfault as it's going to +print the offending word within the config file. --- detox-1.2.0.orig/debian/rules +++ detox-1.2.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +%: + dh --with quilt $@ --- detox-1.2.0.orig/debian/README.source +++ detox-1.2.0/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +Further information can be found here (with the quilt package installed): +/usr/share/doc/quilt/README.source --- detox-1.2.0.orig/debian/patches/05-install-missing-file.patch +++ detox-1.2.0/debian/patches/05-install-missing-file.patch @@ -0,0 +1,18 @@ +# Patch by Nelson A. de Oliveira +# +# Patch upstream Makefile to install missing safe.tbl (#566785) + +--- detox-1.2.0/Makefile.in 2010-06-20 23:41:34.000000000 -0300 ++++ detox-1.2.0/Makefile.in 2010-06-20 23:42:34.000000000 -0300 +@@ -147,6 +147,11 @@ + else \ + echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \ + fi ++ @if [ ! -f ${DESTDIR}${datadir}/detox/safe.tbl ]; then \ ++ ${INSTALL} -m 644 safe.tbl ${DESTDIR}${datadir}/detox; \ ++ else \ ++ echo "${DESTDIR}${datadir}/detox/safe.tbl exists, skipping"; \ ++ fi + + install-unsafe-config: install-base + ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir} --- detox-1.2.0.orig/debian/patches/01-make-upstream-makefiles-parallel-build-safe.patch +++ detox-1.2.0/debian/patches/01-make-upstream-makefiles-parallel-build-safe.patch @@ -0,0 +1,33 @@ +# Patch by Patrick Schoenfeld +# +# Makes the upstream makefiles parallel build safe, by adding appropriate +# depends to the targets + +@DPATCH@ +diff -urNad detox-1.2.0~/Makefile.in detox-1.2.0/Makefile.in +--- detox-1.2.0~/Makefile.in 2008-04-12 03:02:47.000000000 +0200 ++++ detox-1.2.0/Makefile.in 2008-04-12 11:53:48.483652221 +0200 +@@ -131,7 +131,7 @@ + ${INSTALL} -m 644 detox.1 ${DESTDIR}${mandir}/man1 + ${INSTALL} -m 644 detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5 + +-install-safe-config: ++install-safe-config: install-base + @if [ ! -f ${DESTDIR}${sysconfdir}/detoxrc ]; then \ + ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}; \ + else \ +@@ -148,12 +148,12 @@ + echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \ + fi + +-install-unsafe-config: ++install-unsafe-config: install-base + ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir} + ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox + ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox + +-install-sample-config: ++install-sample-config: install-base + ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample + ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample + ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample --- detox-1.2.0.orig/debian/patches/02-fix-wrong-use-of-hyphens-in-manpage.patch +++ detox-1.2.0/debian/patches/02-fix-wrong-use-of-hyphens-in-manpage.patch @@ -0,0 +1,23 @@ +# Patch by Doug Harple +# +# Fixes the wrong use of hypens in the detoxrc manpage + +@DPATCH@ +Index: detoxrc.5 +=================================================================== +RCS file: /cvsroot/detox/detox/detoxrc.5,v +retrieving revision 1.12 +diff -u -r1.12 detoxrc.5 +--- x/detoxrc.5 3 Jul 2006 16:45:54 -0000 1.12 ++++ x/detoxrc.5 12 Apr 2008 18:08:20 -0000 +@@ -64,7 +64,9 @@ + .Pp + There is a special sequence, named "default", which is the default + sequence used by detox. This can be overridden through the command +-line option -s or the environmental variable ++line option ++.Fl s ++or the environmental variable + .Ev DETOX_SEQUENCE . + .Pp + Sequence names are case sensitive and unique throughout all sequences; --- detox-1.2.0.orig/debian/patches/03-remove-build-instructions-from-upstream-readme.patch +++ detox-1.2.0/debian/patches/03-remove-build-instructions-from-upstream-readme.patch @@ -0,0 +1,50 @@ +# Patch by Patrick Schoenfeld +# +# Remove build information from README + +@DPATCH@ +diff -urNad detox-1.1.1~/README detox-1.1.1/README +--- detox-1.1.1~/README 2005-03-13 08:25:25.000000000 +0100 ++++ detox-1.1.1/README 2008-02-24 17:47:18.657547194 +0100 +@@ -11,41 +11,6 @@ + This is a BETA release. Please watch for falling bits. + + ----------------------------------------------------------------------------- +- COMPILATION INSTRUCTIONS +------------------------------------------------------------------------------ +- +-Compilation: +- ./configure +- make +- +-Installation: +- make install +- +-Installation that overwrites config files and translation tables: +- make force-install +- +------------------------------------------------------------------------------ +- COMPILATION NOTES +------------------------------------------------------------------------------ +- +-Ensure that the path to lex/yacc (or an equivalent) is in your $PATH +-environmental variable. For instance, under Solaris, you may need to add +-/usr/ccs/bin to your path to get detox to compile: +- export PATH=${PATH}:/usr/ccs/bin +- +- ------------------------------------------------------------------- +- +-To get detox working with long options on Darwin or Solaris (or any other OS +-without getopt_long in its C library), I've included support for libpopt. +-Install libpopt and configure with the following: +- ./configure --with-popt +- +-If you've installed libpopt in a directory other than /usr, which is likely, +-you'll want to specify the base path to libpopt. So, if popt.h is in +-/usr/local/include, you'll run configure like so: +- ./configure --with-popt=/usr/local +- +------------------------------------------------------------------------------ + RUNTIME NOTES + ----------------------------------------------------------------------------- + --- detox-1.2.0.orig/debian/patches/series +++ detox-1.2.0/debian/patches/series @@ -0,0 +1,5 @@ +01-make-upstream-makefiles-parallel-build-safe.patch +02-fix-wrong-use-of-hyphens-in-manpage.patch +03-remove-build-instructions-from-upstream-readme.patch +04-change-default-sequence-to-use-utf8-table.patch +05-install-missing-file.patch --- detox-1.2.0.orig/debian/patches/04-change-default-sequence-to-use-utf8-table.patch +++ detox-1.2.0/debian/patches/04-change-default-sequence-to-use-utf8-table.patch @@ -0,0 +1,17 @@ +# Patch from Teemu Likonen +# 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; + };