repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
doc
/
iso-3166.sed
blob
19231beb4c16bdce1334dea92d1dbd1d7d1a68e6
1
#! /usr/bin/sed -f
2
#
3
# each line of the form ^..<tab>.* contains the code for a country.
4
#
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
15
}
16
#
17
# delete the rest
18
#
19
d