# 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