[Mono-list] Problem inserting spanish characters

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Apr 21 13:51:05 EDT 2006


On Fri, 2006-04-21 at 12:36 -0500, Roberto Zenteno wrote:
> It is finally working, besides what Jorge suggest me I convert my
> files to utf8
> vi -c ":wq! ++enc=utf8 form.aspx"

If your files are encoded using any encoding other than utf8, you need
to use the 'fileEncoding' attribute in web.config
(<system.web<globalization>). If it's just a single page, you can use
the CodePage attribute of @Page.

-Gonzalo





More information about the Mono-list mailing list