TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
zahoor gorsi
NA
5
0
How to converty UTF8 to ASCII
May 15 2009 1:53 PM
Hello,
I am working on pocket PC, when i am communicating to the server (written in java) it send response through stream.writeUTF() and when i read its response at client (written in C# hence cant do readUTF() ) i get unicode character.( I read the response through response.readline()) .
How can i convert this UTF to ASCII?
I have tried many way like encoding.convert(---) etc but non is working.
Please help.
Reply
Answers (
0
)
Regarding CheckBox in DataGridView
How to show hindi text on page which is retrived from the SQL server