Hi! Thanks for following up. I just found out the problem.
It was my code problem. I did not use binary flag when opening a file.
So the raw post data that contain non-english character was not
written into that file.

The following is the solution.
File.open(filename, 'wb') do |f|
  f.puts request.raw_post
end

On Jan 12, 11:48 pm, Charl van Niekerk <[email protected]> wrote:
> 2012/1/7 YC <[email protected]>:
>
> > Hmm.. not sure about that. Maybe you can try other service that use
> > appspot hub like feedburner.
>
> >http://code.google.com/p/pubsubhubbub/wiki/HubbubAtGoogle
>
> Tried with Google Reader and it worked perfectly fine for both English
> and Japanese posts (from what I could tell).

Reply via email to