I greet everyone!
Just one question (that's not true!
...)
In Italian, there is the character "È" (an uppercase "è," one of the few with accents), but I can't reproduce it (chr$(200) produces ╚ , and this doesn't work either - I believe obviously - Chr$(&H00C8).
I am tired of writing " E' " instead of " È " (and it's also a grammatical error!).
Perhaps, as I understand it, a UNICODE character set is needed, or maybe a magic trick.
To be honest, the standard character in QB64 works perfectly for me, but every now and then I come across some code examples with a more compact yet very readable and nice modern character: maybe that would finally print "È"?
Just one question (that's not true!
...) In Italian, there is the character "È" (an uppercase "è," one of the few with accents), but I can't reproduce it (chr$(200) produces ╚ , and this doesn't work either - I believe obviously - Chr$(&H00C8).
I am tired of writing " E' " instead of " È " (and it's also a grammatical error!).
Perhaps, as I understand it, a UNICODE character set is needed, or maybe a magic trick.
To be honest, the standard character in QB64 works perfectly for me, but every now and then I come across some code examples with a more compact yet very readable and nice modern character: maybe that would finally print "È"?

