Q
Quan
Hi,
We have a SQL Server DB that currently holds Big5 encoded text
for example: ¡u¤ì§÷«Ø¿v¡v
I have no problem displaying this text in a web browser. The
characters show up fine.
The problem is, I have a text file where I'm using the vb streamreader
class to read in data. I've been trying to convert the input from the
file (which I belive is in UTF-8, correct me if I'm wrong please) into
the same Big5 encoding shown above in order to store it into the DB.
A sample of the data from the text file looks like this:
è¿"回到åª'ä½"ä¸å¿ƒ (I'm not sure if this will display properly in
the news group).
If anyone has any suggestions or ideas, any help would greatly be
appreciated. Thanks.
We have a SQL Server DB that currently holds Big5 encoded text
for example: ¡u¤ì§÷«Ø¿v¡v
I have no problem displaying this text in a web browser. The
characters show up fine.
The problem is, I have a text file where I'm using the vb streamreader
class to read in data. I've been trying to convert the input from the
file (which I belive is in UTF-8, correct me if I'm wrong please) into
the same Big5 encoding shown above in order to store it into the DB.
A sample of the data from the text file looks like this:
è¿"回到åª'ä½"ä¸å¿ƒ (I'm not sure if this will display properly in
the news group).
If anyone has any suggestions or ideas, any help would greatly be
appreciated. Thanks.