diff options
| author | Colin Marquardt <github@marquardt-home.de> | 2006-06-20 16:50:35 +0000 |
|---|---|---|
| committer | cmarqu <cmarqu@users.sourceforge.net> | 2006-06-20 16:50:35 +0000 |
| commit | 9ce72d1f7eba86774744ee3d1052fc131e336de0 (patch) | |
| tree | 0ddef470c9348454617ea73ce12ea5b62d08d9a4 /utf8-to-roff | |
| parent | switch to deptool (diff) | |
| download | inkscape-9ce72d1f7eba86774744ee3d1052fc131e336de0.tar.gz inkscape-9ce72d1f7eba86774744ee3d1052fc131e336de0.zip | |
Fix build problem from #1353260.
(bzr r1243)
Diffstat (limited to 'utf8-to-roff')
| -rwxr-xr-x | utf8-to-roff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8-to-roff b/utf8-to-roff index 1b97db208..de937782d 100755 --- a/utf8-to-roff +++ b/utf8-to-roff @@ -77,6 +77,7 @@ my %map = ( 0xe3, q{\[~a]}, 0xf1, q{\[~n]}, 0xf5, q{\[~o]}, + 0x107, q{\[ah]c}, # Added manually; see above. 0x10d, q{\[ah]c}, # Added manually; see above. 0x160, q{\[vS]}, 0x161, q{\[vs]}, |
