home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / anwend / luna146 / _english / scripts / umlaut.lus < prev   
Encoding:
Text File  |  1999-11-12  |  496 b   |  19 lines

  1. ;
  2. ; Script file created by Luna.
  3. ;
  4. ;  Umlaut converter Word -> ST  Version 1.01 
  5. ;  Andreas Schley (c) 1999
  6. ;  This script converts the Umlauts of ASCII texts 
  7. ;  of DOS-computers to Atari Umlauts.
  8. ;  It can be easily adapted to work the other way round too! ;-)
  9.  
  10.  
  11. replace(0,0,0,-1,"÷","ö")
  12. replace(0,0,0,-1,"▀","ß")
  13. replace(0,0,0,-1,"ⁿ","ü")
  14. replace(0,0,0,-1,"ß","ß")
  15. replace(0,0,0,-1,"Σ","ä")
  16. replace(0,0,0,-1,"▄","Ü")
  17. replace(0,0,0,-1,"─","Ä")
  18. replace(0,0,0,-1,"╓","Ö")
  19. end()