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

  1. ;
  2. ; Script file produced by Luna
  3. ; Conversion of HTML Umlaut tags to normal Umlauts (GEM-assignments)
  4. ;
  5.  
  6. replace(0,0,0,-1,"ü","ü")
  7. replace(0,0,0,-1,"ö","ö")
  8. replace(0,0,0,-1,"ä","ä")
  9. replace(0,0,0,-1,"Ü","Ü")
  10. replace(0,0,0,-1,"Ö","Ö")
  11. replace(0,0,0,-1,"Ä","Ä")
  12. replace(0,0,0,-1,"ß","ß")
  13. replace(0,0,0,-1,"&","&")
  14.  
  15.  
  16.