-
Chinese character encoding
Developers,
I have run out of hair trying to figure out the solution to this problem. This is what I have:
I have a MS Access database with a table containing both Chinese Traditional, Chinese Simplified, and PinYin data. The problem is that the data is in ascii format. For example, here are some sample columns with their data:
TraditionalColumn = "ªº"
PinYinColumn = " d="
What I need to be able to do is to take this ascii data and convert the data to the following:
ConTraditionalValue = "的"
ConPinYinValue = "dé"
I do know that "ªº" can be converted to hex A4A4 which corresponds to the Big5 character table as "的". My question is, how do I do this via C#?
Thanks for everyone's help on this.
--Bastre
Similar Threads
-
By liangchu in forum .NET
Replies: 0
Last Post: 10-31-2005, 12:51 AM
-
Replies: 3
Last Post: 08-29-2005, 03:02 AM
-
By Erik Cruz in forum XML
Replies: 0
Last Post: 10-05-2001, 09:27 AM
-
By Quazi Rahman in forum VB Classic
Replies: 2
Last Post: 07-11-2000, 06:12 PM
-
By Quazi Rahman in forum VB Classic
Replies: 0
Last Post: 07-11-2000, 03:43 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks