From 940e29b9810d28aa726dae8017972accddf7f65a Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 18 Dec 2008 15:21:02 +0000 Subject: Monster-entBOMmung. Alles weg! Braucht kein Mensch. Und Trac auch nicht mehr. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also merken: NIE WIEDER BOM setzen! Das wird ab jetzt bestraft. Wie ich die BOMs entfernt habe, seht Ihr hier (im Verzeichnis des Neo-SVN starten): for i in $(find -type f | grep -v \.svn); do sed -i '1s%^\xef\xbb\xbf%%' "$i"; done In der trac.ini war dazu nur folgendes notwendig zu ändern: default_charset = utf8 Danke an Mœsi für den (etwas späten) Hinweis. git-svn-id: https://svn.neo-layout.org@1289 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- plum-tastatur/INSTALL.txt | 2 +- plum-tastatur/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plum-tastatur') diff --git a/plum-tastatur/INSTALL.txt b/plum-tastatur/INSTALL.txt index 736f2a7..903641b 100644 --- a/plum-tastatur/INSTALL.txt +++ b/plum-tastatur/INSTALL.txt @@ -1,4 +1,4 @@ - + Treiber zur Benutzung einer PLUM-Tastatur als Matrixtastatur Hans-Christoph Wirth diff --git a/plum-tastatur/README.txt b/plum-tastatur/README.txt index fb89f5a..d004a93 100644 --- a/plum-tastatur/README.txt +++ b/plum-tastatur/README.txt @@ -1,4 +1,4 @@ - + Treiber zur Benutzung einer PLUM-Tastatur als Matrixtastatur Hans-Christoph Wirth -- cgit v1.2.3