seancarter
IS-IT--Management
Anyone know of a standard library/header file dealing with OS-specific encodings of special language-specific characters? esp. umlauted characters in German, and their ASCII values.
I need to parse a string, recognise German characters and convert them into their anglicised form.
e.g
convert 'Müller'
into
'Mueller'
etc.
Thanks
Sean
I need to parse a string, recognise German characters and convert them into their anglicised form.
e.g
convert 'Müller'
into
'Mueller'
etc.
Thanks
Sean