Monday, October 27, 2008

Re: i10n safari browser bug

Hi Shota,
Please add your findings to trac.cakephp.org as a bug (with a patch)
and hopefully it will be included in the final release of 1.2.

/Martin


On Oct 27, 3:26 am, Shota Watanabe <shot...@gmail.com> wrote:
> Hi,
>
> I found a Japanese related bug in /cake/libs/i10n.php.
> When we use Japanese language in Safari(or webkit) browse, we can't
> see texts in Japanese even though we can see Japanese texts in Firefox
> or Internet Explorer.
>
> Adding following line to RC3 version of CakePHP line 271 will fix this
> problem.
> ==
> 'ja-jp' => array('language' => 'Japanese', 'locale' => 'jpn',
> 'localeFallback' => 'jpn', 'charset' => 'utf-8'),
> ==
> (now, only 'ja' entry exists in $__l10nCatalog array)
>
> In addition, I think that implementing explode("-", $language) at
> __setLanguage is to consider.
>
> Best Regards,
> Shota Watanabe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: