1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Author: Joachim Reichel <reichel@debian.org>
Description: Encode umlauts as UTF8.
Index: zimpl/example/tsp.dat
===================================================================
--- zimpl.orig/example/tsp.dat
+++ zimpl/example/tsp.dat
@@ -1,11 +1,11 @@
# $Id: tsp.dat,v 1.5 2009/09/13 16:15:54 bzfkocht Exp $
"Sylt" 1 1
"Flensburg" 3 1
-"Neumnster" 2 2
+"Neumünster" 2 2
"Husum" 1 3
"Schleswig" 3 3
"Ausacker" 2 4
"Rendsburg" 1 4
-"Lbeck" 4 4
+"Lübeck" 4 4
"Westerland" 0 1
"Segeberg" 2 3
\ No newline at end of file
|