jan.ruzicka@comcast.net wrote:
Adriaan the non ASCII character was important for this test.
I understand that, of course. The test with A instead of A-umlaut just proved where the script failed.
Is there any standard and portable way to obtain a selected localized letter? Example get platform representation of A-umlaut or u-circle.
The issue here is that different platforms can have different encoding of the character. Unicode vs. Latin-1, Windows etc.
Same for fjf165a.pas, which looks like this on the Macintosh,
... var i:1..n; c:t=('a','B','‰','÷','fl','-'); { Only with German locale } u:t=('A','B','ƒ','÷','fl','-'); l:t=('a','b','‰','ˆ','fl','-'); ...
Regards,
Adriaan van Os g