|
Subject:
|
text encoding
|
|
Posted By:
|
rahuljain_w
|
Post Date:
|
10/6/2005 5:26:21 AM
|
hi all
i have a problem, i want to save a html file in mht format for that i took help of code project group.
for encoding i use
_DefaultEncoding = System.Text.Encoding.GetEncoding("Window-1252"); i works well with vb.net but with c# it gives funny errors.
|
|