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

  1. ;
  2. ; Von Luna erzeugte Scriptdatei
  3. ; Umwandlung von HTML-Schlüsselwörtern in Normale Umlaute (GEM-Belegung)
  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.