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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
