how i will read & write html file in C#.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bina
    New Member
    • Mar 2007
    • 2

    how i will read & write html file in C#.NET

    hi,

    I want to read & write a html file which contain the japanese character. Now how i will do it?I can read & write english character . but when i read & write Japanese character from the html file then the writed html file cannnot show the japanese character. my new created html file show the another character, it cannot show the original japanese character. But when i read & write data from a txt file it works. But only problem is,When i read & write html file. What will be the solution of this problem? IS there anyone who can solve this problem? Please help me.

    With regards
    Bina
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You need to research localization. Here is an article that may help:
    Localization

    Comment

    • lostspace
      New Member
      • Jan 2008
      • 1

      #3
      Use the streamwrite in creating HTML file.

      Comment

      Working...