1# For quotearg:
2s/^`$/���[1m/
3s/^'$/���[0m/
4
5s/"\([^"]*\)"/���\1���/g
6s/`\([^`']*\)'/���\1���/g
7s/ '\([^`']*\)' / ���\1��� /g
8s/ '\([^`']*\)'$/ ���\1���/g
9s/^'\([^`']*\)' /���\1��� /g
10s/������/""/g
11s/���/���[1m/g
12s/���/[0m���/g
13s/���/���[1m/g
14s/���/[0m���/g
15
16# At least in all of our current strings, ' should be ���.
17s/'/���/g
18# Special: write Hrvoje���s last name properly.
19s/Niksic/Nik��i��/g
20s/opyright (C)/opyright ��/g
21