Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am trying to read special characters like ‘ƒ…†-„“t…•v‡–w‰—yŠ™€‘ž¦.
I am receiving these characters from mobile application for image. and I am reading them with " Page.Request.InputStream ". After reading, I am putting them to Text file. Please suggest me the solution to read each special character.

Thank You
Posted
Updated 10-May-10 19:00pm
v2

1 solution

System.String already handled unicode internally.
However, you could use System.Text.Encoding.UTF8Encoding when reading and writing files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900