I just uploaded ILL to the 'other' category.
(taken from the readme)
International Language Library version .1
PrintStringI() works exactly like PrintString() except slightly slower.
Use PrintString() if you know the text has no special characters.
Currently supports all standard Verge³ characters and the following special characters, which should all be visible using Courier New, Arial, Tahoma, etc.
Á á É é Í í Ó ó Ú ú Ñ ñ ¡ ¿ © ® ™ € § ¥ ¢ @ ¦ ° ¹ ² ³ ± ¶ £ µ
Example:
PrintStringI(10, 20, screen, font, "¿Cómo estás?");
Currently supports Spanish, I'll gladly add French if someone could reply with the special characters required.