09-08-2025, 08:22 PM
I found some files that show the approach to the issue of localization of QB64 (at that time) and QB64pe (now)
accenti.bas shows the issue
![[Image: accenti.jpg]](https://i.ibb.co/f5LkSTF/accenti.jpg)
ASCII for ita3.bas is a attempt to solve the issue following the tips of CLIPPY with _mapUnicode.
MapUnicode Italian.bas is the final solution working both for screen output both for keyboard input
![[Image: Map-Unicode-2016.png]](https://i.ibb.co/ZR0xVFvy/Map-Unicode-2016.png)
It is a fine walking back to the past!
PS I'm working on a Lubuntu machine so I must adapt the font name and path!
accenti.bas shows the issue
![[Image: accenti.jpg]](https://i.ibb.co/f5LkSTF/accenti.jpg)
ASCII for ita3.bas is a attempt to solve the issue following the tips of CLIPPY with _mapUnicode.
MapUnicode Italian.bas is the final solution working both for screen output both for keyboard input
![[Image: Map-Unicode-2016.png]](https://i.ibb.co/ZR0xVFvy/Map-Unicode-2016.png)
It is a fine walking back to the past!
PS I'm working on a Lubuntu machine so I must adapt the font name and path!

