On Mon, Oct 27, 2008 at 8:57 AM, Gerard Meijssen gerard.meijssen@gmail.com wrote:
Hoi, When I read the results from the mediawiki-cvs-request, there are many question marks raised. This is probably to do with the fact that the message is not an UTF-8 message. It leads to information like "+ 'am-username' => '??? ????????',"
I am sure that this text is useless to everyone. Is it possible to send the message in UTF-8 so that I can read this messages as it is intended ie in a different script ? Thanks, GerardM _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
It already is: The mail headers specify:
Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64
I can properly read the UTF-8 characters, so it is probably an issue on your side.
Bryan