[Mono-list] encoding still broken in xsp

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 10 Dec 2003 04:08:31 +0100


El lun, 08-12-2003 a las 12:56, Artur Brodowski escribió:
> Hello,
> I'm trying to run simple web forum using ASP.NET, but it won't display
> national chars properly. See attached file:
> # file login.aspx
> login.aspx: UTF-8 Unicode text
> Seems ok, but "Hasùo" string ("password") is diplayed as "HasÅo" in
> the output. What is wrong? Is this XSP bug or I'm missing something?

You need to save your file as UTF8 and set the 'fileencoding' in
<system.web><globalization/>... to your encoding.

-Gonzalo