зеркало из https://github.com/mono/mail-archives.git
73 строки
2.7 KiB
HTML
73 строки
2.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] problem with utf8 and mod_mono
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:reply.to.the.list.iam.suscribed%40notexists.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="025740.html">
|
|
<LINK REL="Next" HREF="025745.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] problem with utf8 and mod_mono
|
|
</H1>
|
|
<B>Gonzalo Paniagua Javier
|
|
</B>
|
|
<A HREF="mailto:reply.to.the.list.iam.suscribed%40notexists.ximian.com"
|
|
TITLE="[Mono-list] problem with utf8 and mod_mono">reply.to.the.list.iam.suscribed@notexists.ximian.com
|
|
</A><BR>
|
|
<I>Tue, 15 Feb 2005 17:37:07 -0500</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="025740.html">[Mono-list] problem with utf8 and mod_mono
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025745.html">[Mono-list] .Net (Mono) bindings for RRDtool library
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25764">[ date ]</a>
|
|
<a href="thread.html#25764">[ thread ]</a>
|
|
<a href="subject.html#25764">[ subject ]</a>
|
|
<a href="author.html#25764">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>On Tue, 2005-02-15 at 14:14 +0100, Hubert FONGARNAND wrote:
|
|
><i>An asp.net project is running on a mod_mono apache server...
|
|
</I>><i>All pages are encoded in utf8. When I use XSP all "éèâ" are correctly rendered
|
|
</I>><i>but when I use apache, i got only "?" instead.
|
|
</I>><i>My firefox recognize that the page charset is UTF-8 (the HTTP content-type
|
|
</I>><i>header seems to be send correctly)
|
|
</I>><i>Does somebody has the same problem?
|
|
</I>
|
|
This is not a problem in mod_mono.
|
|
|
|
If you run xsp standalone, you'll probably get the same results. If you
|
|
want the classes in System.Web, which are the ones that open/read your
|
|
files, to interpret them as UTF8, you have to either save the file with
|
|
UTF8 BOF markers or use web.config (<system.web><globalization ...) or
|
|
use @Page attributes to tell the encoding of the files.
|
|
|
|
-Gonzalo
|
|
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="025740.html">[Mono-list] problem with utf8 and mod_mono
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025745.html">[Mono-list] .Net (Mono) bindings for RRDtool library
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25764">[ date ]</a>
|
|
<a href="thread.html#25764">[ thread ]</a>
|
|
<a href="subject.html#25764">[ subject ]</a>
|
|
<a href="author.html#25764">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|