laghaterohan 0 Junior Poster

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 ?/

When i use UTF7 i do get 90% of data properly but

the words :

d’ambiance is merged as d[]ambiance.

however the words

Crème is properly merged as Crème !

With UTF 8 , it does not work either...

UTF32 does not work either...

So i am getting problem when der is an hyfen or a dash...
Which Encoding technique should i use so , that my problem is solved ????

Awating reply,


Thanks in adv.

Rohan