home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser-CD 2000 January
/
LCD_01_2000.iso
/
anwend
/
luna146
/
_english
/
scripts
/
ue_to_um.lus
< prev
next >
Wrap
Text File
|
1999-11-12
|
382b
|
20 lines
;
; Luna script file for conversion of the 'constructed'
; Umlauts (ue,oe..) into real Umlauts.
; (Popup entries assignable in block-filter dialog).
; The case (caps/l.c.) of the commands is immaterial.
;
lower<>upper ; Pay attention to case
replace("ae","ä")
replace("oe","ö")
replace("ue","ü")
replace("Ae","Ä")
replace("Oe","Ö")
replace("Ue","Ü")
end()