i have made an application in c sharp...which merges .txt file into one excel sheet...however i am facing problem when i try to merge German Data....

I have used Encoding.UTF7 /UTF8 , still some characters appear missing....how to solve this problem ?/

Which Encoding technique should i use so , that my problem i solved ????

Awating reply,


Thanks in adv.

Rohan

Recommended Answers

All 3 Replies

I think you will want to use UTF-16 for languages with other characters in them. I'm not an encoding expert but UTF16 has more allowed character values than UTF8.

but how to implement UTF-16?? Encoding ?

I think you will want to use UTF-16 for languages with other characters in them. I'm not an encoding expert but UTF16 has more allowed character values than UTF8.

That depends on how you're reading the text files and inserting data in to Excel. Can you attach the text files and application where you're creating the Excel file? Click "Go Advanced" -- "Manage Attachments" and it well let you upload a ZIP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.