Writing stuff to the console displays some characters not correct. When I copy the string in question from the console window into the document window - or into another application, the string displays correctly.
What I see in the console:
Copied from the console log and pasted into EditPad:
p-Sèsíüs, #26p-Šèšíüš, #26 «-------
t-Friðriksson, 2005 #31; DaubeT, #312
Hence the string is correct, but not correctly displayed...
I have not found out, which font is used in the console, because further tests show, that all character with the hacec accent (the small v) are not displayed correctly. Other specials such as single guilliments (›) are also not displayed correctly. Take this small script to check:
var testText = "U0100: ĀāĂ㥹ĆćĈĉĊċČčĎď \nU0110: ĐđĒēĔĕĖėĘęĚěĜĝĞğ \nU0160: ŠšŢţŤťŦŧŨũŪūŬŭŮů \nU0170: ŠšŢţŤťŦŧŨũŪūŬŭŮů"; Console (testText);
What you see on the console is this:
I have not found any hint in maker.ini or elsewhre about the font used on the console.Alert displays the characters correctly, but awfully small...