[PHP-I18N] Re: PHP ICU project announcement

2007-07-14 Thread l0t3k
i18n functionality that i'd like to submit pending discussion and approval.... l0t3k "Stanislav Malyshev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all! > > We have started a project to make it easier to support international > markets using

Re: [PHP-I18N] [PATCH] ICU ResourceBundles for ext/unicode

2006-12-14 Thread l0t3k
Mike, fyi, your messages are being cc'ed to the icu list clayton "Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > l0t3k wrote: > -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-I18N] [PATCH] ICU ResourceBundles for ext/unicode

2006-12-14 Thread l0t3k
Michael, > > Maybe this has changed in the meantime? its been a while since i looked at this. i'll take a look and see.. btw. i assume you'll handle open basedir issues as well ? clayton -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-I18N] [PATCH] ICU ResourceBundles for ext/unicode

2006-12-14 Thread l0t3k
"Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > l0t3k wrote: >> In ICU, resource bundles are cached for efficiency, but the cache is >> per-process, and i seem to recall that the cache is not currently >> flushed. >> Ad

Re: [PHP-I18N] [PATCH] ICU ResourceBundles for ext/unicode

2006-12-13 Thread l0t3k
In ICU, resource bundles are cached for efficiency, but the cache is per-process, and i seem to recall that the cache is not currently flushed. Additionally the key is the ICU locale id, so its impossible without source changes to make this work for user-created resources without collision in s

[PHP-I18N] Re: php-src /ext/standard array.c php_array.h /ext/unicode collator.c config.m4 config.w32 php_unicode.h unicode.c

2006-03-26 Thread l0t3k
rictly C) which switches between ucol_compare and sort-key generation after a threshold, but i havent had time to work on it. l0t3k ""Derick Rethans"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > derick Sun Mar 26 11:06:24 2006 UTC > > Added files:

Re: [PHP-I18N] Re: surrogates optimization

2006-03-08 Thread l0t3k
""Tex Texin"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Also, this model can be used in local loops and algorithms to gain > performance, so it still has benefits even where there isn't a longer term > structure available. i agree here, as it's not an all or nothing propositio

[PHP-I18N] Results of Meeting

2006-03-08 Thread l0t3k
Hey gang, did the teleconference ever materialize ? If so, are there notes someone would like to share ? clayton -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-I18N] Code updates?

2006-02-27 Thread l0t3k
to resolve. Clayton > -Andrei > > On Feb 27, 2006, at 2:08 PM, l0t3k wrote: > >> Andrei, >> keep in mind that this is still very alpha level. Its a reconstruction >> of >> the most recent backup i could find after my machine crashed last year. >>

Re: [PHP-I18N] Code updates?

2006-02-27 Thread l0t3k
Andrei, keep in mind that this is still very alpha level. Its a reconstruction of the most recent backup i could find after my machine crashed last year. Clayton "Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Never mind, I seem to have found it at > http://cvs.i

Re: [PHP-I18N] Code updates?

2006-02-27 Thread l0t3k
Andrei, keep in mind that this is still very alpha level. Its a reconstruction of the most recent backup i could find after my machine crashed last year. Clayton "Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Never mind, I seem to have found it at > http://cv

Re: [PHP-I18N] [I18N] PHP6 - Resuming Work

2006-02-02 Thread l0t3k
"Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Clayton, > > Please don't commit anything until we have a chance to review. Agreed. The reason for posting was to restart discussion . > -Andrei -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubsc

[PHP-I18N] Re: [I18N] PHP6 - Resuming Work

2006-02-02 Thread l0t3k
> It would be a lot simpler if I could check it out from a CVS repo though > (diffing etc). agreed, but it's not currently hosted anywhere but my local HD. i'm working from a pre-crash backup, so no version control, sorry... clayton -- PHP Unicode & I18N Mailing List (http://www.php.net/) To un

[PHP-I18N] Re: [I18N] PHP6 - Resuming Work

2006-02-02 Thread l0t3k
Michael, thanks for the offer. I just got my build environment setup after a fried hard-drive, so give me a day or so to synch with the current CVS changes, and I'll send you a zip. clayton "Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTE

[PHP-I18N] Re: [I18N] PHP6 - Resuming Work

2006-02-02 Thread l0t3k
Michael, thanks for the offer. I just got my build environment setup after a fried hard-drive, so give me a day or so to synch with the current CVS changes, and I'll send you a zip. clayton "Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTE

[PHP-I18N] [I18N] PHP6 - Resuming Work

2006-01-31 Thread l0t3k
ng in PECL until consensus is reached on which makes it to core). Because of this and the compile issue, i'd rather engage some eyes other than mine before attempting a CVS commit. clayton aka l0t3k -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-I18N] Re: ICU Extensions for PHP

2004-10-28 Thread l0t3k
7;d like a crack at what i've got, just give me a shout.. l0t3k BTW - love your site. it was daily reading while working on the extension. Tex Texin -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-26 Thread l0t3k
"Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>Ok, got it. It is more obviously what's happening in the cpp file. >>Implementing this in PHP will be miserably slow, though :-( exactly the point of the extension l0t3k --

Re: [PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-25 Thread l0t3k
/icu/source/i18n/ look form smpdftm.cpp and decimfmt.cpp l0t3k -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-19 Thread l0t3k
. in any case, after my work this weekend, i'll submit a formal proposal on PECL-DEV. l0t3k -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-19 Thread l0t3k
> Does your code compile with rc2 or cvs on windows? i wouldn't mind a source > dump to check it out... i built it against CVS last night, but i havent had a chance to actually test it. give me a day to clean some things up and and i'll send you a zip archive. l0t3k -- PHP Inte

[PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-19 Thread l0t3k
"Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi L0t3k, you wrote: >>Great news! So, can the source be viewed somewhere? >>I did only find a broken CVSweb (see previous posts). i already contacted the CVS maintainer, but i havent

[PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-18 Thread l0t3k
"Michael Wallner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> BTW: he => she? http://www.l0t3k.org/ nope. different gender, different continent l0t3k -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-I18N] Re: Converting "\u00F4" style characters

2004-05-18 Thread l0t3k
n should compile anywhere PHP compiles) l0t3k -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-I18N] Re: PHP's Unicode roadmap?

2003-08-14 Thread l0t3k
pport by the time PHP5 ships. as it stands now, i can only commit to wrapping up the work that has already been done to make it stable enough for general usage. if you have time and talent to spare (coding, documentation or otherwise), feel free to join the party. l0t3k [1] http://www.zend.com/

[PHP-I18N] I18N extension code updated.

2003-06-17 Thread l0t3k
ready functional in many areas - in particular the Locale, DecimalFormat, ChoiceFormat and Currency classes. for more background, read here : http://www.zend.com/lists/php-dev/200303/msg00656.html l0t3k -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: