# sed script for conversion KEYBCS2 to cp1250 # Josef Tkadlec, tkadlec@math.feld.cvut.cz, Thu 11-14-1996 y/0/0/ # # non-convertable non-letters are implicitely unchaged (except case 3); you can # # 1. ignore them # s/[]//g # s:::g # s///g # s///g # s///g # s///g # s/[]//g # s/[//g # s/[//g # s///g # # 2. approximate them (at least by a space) # (if you want beta to German ss, replace the line y//b/ by y/// # y//|aGpSsmtFTOd0=/ # s::1/4:g # s//>=/g # s//<=/g # s//^n/g # s//^2/g # y// / # y// / # y// / # y//b/ # # Czech letters # y//ż؊ݎ/ # # all convertable characters # y//ż؊ݎ/ # # 3. convert also horizontal line to an en-dash # convert also apostrophes to single quotations (!!! be careful) y/'`/ż؊ݎ/