No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / doc / iso-3166.sed
blob19231beb4c16bdce1334dea92d1dbd1d7d1a68e6
1 #! /usr/bin/sed -f
3 # each line of the form ^..<tab>.* contains the code for a country.
5 /^..    / {
6   h
7   s/^.. \(.*\)/\1./
8   s/\&/and/g
9   s/ô/@^{o}/g
10   s/é/e/g
11   x
12   s/^\(..\).*/@item \1/
13   G
14   p
17 # delete the rest