diff options
Diffstat (limited to 'Master/texmf-dist/omega/otp/char2uni/in88599.otp')
-rw-r--r-- | Master/texmf-dist/omega/otp/char2uni/in88599.otp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/char2uni/in88599.otp b/Master/texmf-dist/omega/otp/char2uni/in88599.otp new file mode 100644 index 00000000000..c2347c99c77 --- /dev/null +++ b/Master/texmf-dist/omega/otp/char2uni/in88599.otp @@ -0,0 +1,22 @@ +% File in88599.otp +% Conversion to Unicode from ISO-8859-9 (Latin-5) +% Copyright (c) 1995 John Plaice and Yannis Haralambous +% This file is part of the Omega project. +% +% This file was derived from data in the tcs program +% (ftp://plan9.att.com/plan9/unixsrc/tcs.shar.Z, 16 November 1994) +% + +input: 1; +output: 2; + +expressions: + +@"D0 => @"11E; +@"DD => @"130; +@"DE => @"15E; +@"F0 => @"11F; +@"FD => @"131; +@"FE => @"15F; +@"00-@"FF => \1; +. => @"FFFD; |