php-i18n Digest 31 Jul 2011 02:07:06 -0000 Issue 457
Topics (messages 1435 through 1436):
Re: Generating a Pot file from the source code
1435 by: Ifthikhan Nazeem
Can I use strings with some unicode characters as array keys?
1436 by: Andre
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hello Andre,
Yes this is possible using PoEdit provided that the strings which needs to
be translated are wrapped within a function call such as _("string to be
translated").
On Sun, Apr 17, 2011 at 8:02 PM, Andre Polykanine <[email protected]> wrote:
> Hi everyone,
> At last I have a shared hosting with GetText enabled.
> So here is my question: I have a backup of my website on my Windows
> machine. How can I generate a .pot file to start translating?
> Is it possible with PoEdit from http://poedit.net?
> Thanks!
>
>
>
> --
> With best regards from Ukraine,
> Andre
> Skype: Francophile
> Twitter: http://twitter.com/m_elensule
> Facebook: http://facebook.com/menelion
>
>
> --
> PHP Unicode & I18N Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Thanks and Best Regards,
Iftikhan Nazeem
*LinkedIn* :
http://ae.linkedin.com/in/ifthikhan<http://ae.linkedin.com/in/iftikhan>
*Mob :* +971 050 - 7382623
*Skype* : iftecan2000
--- End Message ---
--- Begin Message ---
Question to someone who's familiar with how arrays are implemented in PHP.
I've been researching this for couple of hours but my C level is still
a bit low.
PHP manual says that one should only use strings or integers as keys.
Also I know that PHP doesn't speak unicode yet.
So - I was just wondering - when unicode characteres aare used in
array key - does PHP strips them or affects them in any way?
or does iPHP simply treats keys as binary string, the end of the story?
Can I use strings with some unicode characters as array keys?
--- End Message ---