The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ExpandDiphthongs


Unit:SDL_stringl
Class:none
Declaration:function ExpandDiphthongs (Line: string): string;

In some cases it is useful to transform the German diphthongs to characters which are represented by the 7-bit ASCII code. The function ExpandDiphthongs converts the following special characters: 

from to
ä ae
ü ue
ö oe
Ä Ae
Ö Oe
Ü Ue
ß ss
µ u

Example: The statement "writeln (ExpandDiphthongs ('Überprüfung'));" displays the word 'Überprüfung' as 'Ueberpruefung' on the screen.


Last Update: 2023-Feb-06