10 messages in com.googlegroups.bloggerdevRe: [bloggerDev] Re: Problems with ch...
FromSent OnAttachments
Iúri Chaer05 Apr 2005 14:03 
Toru Marumoto05 Apr 2005 14:45 
Iúri Chaer05 Apr 2005 16:43 
Toru Marumoto07 Apr 2005 08:48 
Volabulary28 Apr 2005 06:46 
Steve Jenson28 Apr 2005 10:50 
Volabulary29 Apr 2005 04:55 
ehet...@gmail.com01 May 2005 00:01 
David Stewart01 May 2005 13:56 
ehet...@gmail.com02 May 2005 16:02 
Subject:Re: [bloggerDev] Re: Problems with character encoding through Atom
From:Toru Marumoto (maru@gmail.com)
Date:04/07/2005 08:48:27 AM
List:com.googlegroups.bloggerdev

On Apr 6, 2005 8:43 AM, Iúri Chaer <iuri@gmail.com> wrote:

I had tried that clever trick of yours, just forgot to mention. Thing is, it parses alright in the dashboard, but I just see &#233; in my blog. Besides, I don't think it's standard behaviour for a browser to reparse stuff - it woudn't be a smart way to operate.

Well, actually I typed "&#233;" in my editor, but the parser (MSXML) automatically changed it to "&amp;#233;" (and the parser gives back "&#233;" as output text).

Anyway, it works fine with me: http://torum.blogspot.com/2005_04_01_torum_archive.html#111288694253982510 (My blog's encoding is set to UTF-8)

But still, it is NOT fine that Blogger returns "é" when sending GET request via AtomAPI. It's supporsed to be "&amp;#233;"...

BTY, if I get a chance, I'll try posting "é" instead of "&#233;".