We are using TS6.1 on Windows 2003 and IIS as TS preview webserver. When we generate an aspx page with content in french/german language the content is getting corrupted. As specified in the article -
http://www.upmedia.com/articles/ASPnetCharEncoding.aspx, when we save a file as a utf-8 without signature ASP.NET will not recognize that it is an UTF-8 file and tries to decode with the default encoding method which may result in trash characters. UTF-8 with signature means that the utf-8 encoded file gets the so-called BOM (Byte Order Mark) which indicates what type of decoding had been used. We tried including BOM in the presentation template as per the KB article -
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=49293. Still, it is not working.
Any idea how to make this work?
Regards,
Srilatha