home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / tools / pep / mac2ibm < prev    next >
Encoding:
Text File  |  1989-12-29  |  1.0 KB  |  28 lines

  1. # mac2ibm  5. october 1988 [gh]
  2. ##--------------------------------------------------------------------------
  3. # This file folds the 13 scandinavian nonstandard characters in the Mac-
  4. # intosh 8 bit character set into the same in the IBM-PC character set.
  5. ##
  6. ## NB: The two sets have many more characters in common than the 13 listed
  7. ##     in this file. To add those are left as an exercise for the reader.
  8. ##
  9. ##     Some people has reported that they have got the error message "bad
  10. ##     conversion table" when using this file.  This may be due to junk at
  11. ##     the end.  The problem may be fixed by running this file through pep
  12. ##     with the command: "pep -o mac2ibm" .
  13. ##--------------------------------------------------------------------------
  14. 174 146        ## AE ==> [
  15. 175 157        ## OE ==> \
  16. 129 143        ## AA ==> ]
  17. 190 145        ## ae ==> {
  18. 191 155        ## oe ==> |
  19. 140 134        ## aa ==> }
  20. 142 130        ## e'
  21. 143 138        ## e`
  22. 131 144        ## E'
  23. 138 132        ## ae (svensk)
  24. 128 142        ## AE (svensk)
  25. 154 148        ## oe (svensk)
  26. 133 153        ## OE (svensk)
  27. ## EOF
  28.