2 Solved Topics
Remove Filter Please add a feature that requires a short explanation for a down-vote. It is not beneficial to see that a post was down-voted without knowing why. | |
I am trying to write a program to display the unicode character when a user enters a unicode character code. ex: If the user enters: "\u00C3" in the textfield, I want to display a capital "A" with a tilda (~) over the top of it. Here's my code so far: … |
The End.