summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-webteam/2013-March/002433.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-webteam/2013-March/002433.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-webteam/2013-March/002433.html')
-rw-r--r--zarb-ml/mageia-webteam/2013-March/002433.html92
1 files changed, 92 insertions, 0 deletions
diff --git a/zarb-ml/mageia-webteam/2013-March/002433.html b/zarb-ml/mageia-webteam/2013-March/002433.html
new file mode 100644
index 000000000..e347b6a77
--- /dev/null
+++ b/zarb-ml/mageia-webteam/2013-March/002433.html
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%209476%5D%20bugs.mageia.org%20mailing%20list%20puts%20XX%20in%0A%20place%20of%20accented%20characters%20in%20sender%20field&In-Reply-To=%3Cbug-9476-14-n8Xg1yobmP%40http.bugs.mageia.org/%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002432.html">
+ <LINK REL="Next" HREF="002434.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field</H1>
+ <B>andr&#195;&#169; blais</B>
+ <A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%209476%5D%20bugs.mageia.org%20mailing%20list%20puts%20XX%20in%0A%20place%20of%20accented%20characters%20in%20sender%20field&In-Reply-To=%3Cbug-9476-14-n8Xg1yobmP%40http.bugs.mageia.org/%3E"
+ TITLE="[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field">bugzilla-daemon at mageia.org
+ </A><BR>
+ <I>Sun Mar 24 05:51:52 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002432.html">[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field
+</A></li>
+ <LI>Next message: <A HREF="002434.html">[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2433">[ date ]</a>
+ <a href="thread.html#2433">[ thread ]</a>
+ <a href="subject.html#2433">[ subject ]</a>
+ <a href="author.html#2433">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=9476">https://bugs.mageia.org/show_bug.cgi?id=9476</A>
+
+--- Comment #5 from andr&#233; blais &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">andre999mga at laposte.net</A>&gt; ---
+I see what is happening :
+
+The bugs.mageia.org list is encoding the headings as utf-8, without specifying
+the encoding, and laposte.net is replacing the utf-8 code outside the ascii
+range with X. So those using laposte.net see X in place of accents.
+
+Other email servers are not replacing the utf-8 encoding, so email agents such
+as thunderbird or kmail are able to correctly display the utf-8.
+
+The error messages that Marja sees seem to be generated by Mageia, and are
+passed by laposte.net because they aren't in the sender field.
+(I see them in the source as well)
+
+Other mageia mailing lists use encoding as follows :
+
+acute accent in dev list :
+From: =?ISO-8859-1?Q?Pierre-Malo_Deni=E9lou?= &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">pierre-malo.denielou at rhul.ac.uk</A>&gt;
+
+chinese characters in dev list :
+From: =?GB2312?B?zfW17r34?= &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">1132321739qq at gmail.com</A>&gt;
+
+arabic letters in discuss list :
+From: =?windows-1256?B?x+Hj08fh4yDH4ePTx+HjyQ==?=
+ &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">almusalimalmusalimah at gmail.com</A>&gt;
+
+The encoding is explicitly specified, so laposte.net accepts it and properly
+displays the accented characters
+
+So I expect that the solution is to specify utf-8 encoding if it applies ?
+
+--
+You are receiving this mail because:
+You are on the CC list for the bug.
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002432.html">[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field
+</A></li>
+ <LI>Next message: <A HREF="002434.html">[Mageia-webteam] [Bug 9476] bugs.mageia.org mailing list puts XX in place of accented characters in sender field
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2433">[ date ]</a>
+ <a href="thread.html#2433">[ thread ]</a>
+ <a href="subject.html#2433">[ subject ]</a>
+ <a href="author.html#2433">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
+mailing list</a><br>
+</body></html>