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
Lee
NA
4
0
Unicode Decimal NCRs
Jul 8 2008 6:40 AM
Hey,
After scouring the internet for a while im a bit baffled as to how to display decimal unicode characters within .NET.
I have a small app that collects some strings from a MySQL database, the string are stored as decimal NCRs (i.e H#) and i first of all tried converting them via MySQL so that i could make a new column with a converted string, however that wont work as they are technically 5 characters # & 7 2 ; so it doesnt convert them, so i thought maybe .NET would support it. However i cant find anything out about it, so im just wondering if anyone else has ever had to work with this and how they found a way round it?
I need to be able to add/edit/view the contained strings within the relvent plain text, any help would be great!
Reply
Answers (
2
)
How to convert an XML file to an XSD file?
storing hex from text file into byte array