On Tue, Sep 23, 2008 at 12:46 PM, José de Menezes Soares Neto
<[EMAIL PROTECTED]> wrote:
> Hi friends,
>
> When I try:
>
> print $this->_request->getParam('query');
>
> The browser prints:
>
> programação
>
> The correct need to be:
>
> programação
>
> And when I try:
>
> print "programação";
>
> It prints correctly!
>
> What it would be?
>This should be encoding related. Make sure you send the correct encoding in Content-Type and also in the browser (meta tag, etc.). Till
