mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
431 B
431 B
# For quotearg:
s/^`$/“/
s/^'$/”/
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g
s/“/“/g
s/”/”/g
s/‘/‘/g
s/’/’/g
# At least in all of our current strings, ' should be ’.
s/'/’/g
# Special: write Hrvoje’s last name properly.
s/Niksic/Nikšić/g
s/opyright (C)/opyright ©/g
s/^`$/“/
s/^'$/”/
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g
s/“/“/g
s/”/”/g
s/‘/‘/g
s/’/’/g
# At least in all of our current strings, ' should be ’.
s/'/’/g
# Special: write Hrvoje’s last name properly.
s/Niksic/Nikšić/g
s/opyright (C)/opyright ©/g