File: use-utf8-in-examples.patch

package info (click to toggle)
zimpl 3.7.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,772 kB
  • sloc: ansic: 21,719; yacc: 993; lex: 370; sh: 349; makefile: 278
file content (21 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
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