non-english character button

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

How would I create a button which when pressed outputs a non-English
character (ä, ö etc) to a text box? I've seen a website where it was
done, but I don't remember the name of the site.

Any help would be really appreciated.


Cheers,

Mike
 
Just use Unicode notation (in format, where number is in decimal.
e.g.: Ӓ) to output the character.

You can find the correct number using Windows "Character Map" utility in
"Accessorites" -> "System Tools"
 
Lau said:
Just use Unicode notation (in format, where number is in
decimal. e.g.: Ӓ) to output the character.

You can find the correct number using Windows "Character Map" utility
in "Accessorites" -> "System Tools"

Or use native characters in combination with an appropriate file
encoding (e.g. UTF-8).

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top