I need to add a message which contains superscripted 2 into a Global Resource file
I know that unicode for the same is “\u00b2” .
But i how do i add in resorce file so that final message displayed is “Superscripted”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can you just add it in the designer? Use charmap or whatever other way you want to get the character into the clipboard, and then put it into the textbox in the designer. It’s crude, but I’ve just tried it and it appeared to work.