Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-14 Thread Andi Gutmans
I definitely think we should stick to our standard with no exceptions. We have suffered from inconsistencies forever. str_transliterate() sounds good to me. Andi At 12:10 AM 6/14/2006, Andrei Zmievski wrote: Yes, I know. But I don't think anything other than transliterate() makes sense. text_

Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-14 Thread Andrei Zmievski
Yes, I know. But I don't think anything other than transliterate() makes sense. text_transliterate()? str_transliterate()? We've abandoned the idea of i18n_ prefix and unicode_ doesn't fit here either.. -Andrei On Jun 13, 2006, at 8:41 PM, Andi Gutmans wrote: As you know our naming conv

Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-13 Thread Andi Gutmans
As you know our naming conventions are module_function, e.g. unicode_transliterate, i18n_transliterate, char_transliterate. Don't know what is suitable here but for the past couple of years we have started enforcing that in all new functions to PHP. See "Naming Conventions" in CODING_STANDARDS.

Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-13 Thread Andrei Zmievski
What do you mean? -Andrei On Jun 13, 2006, at 5:45 PM, Andi Gutmans wrote: Please fix the naming conventions... -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-13 Thread Andi Gutmans
Please fix the naming conventions... At 04:46 PM 6/13/2006, Andrei Zmievski wrote: andrei Tue Jun 13 23:46:04 2006 UTC Added files: /php-src/ext/unicodephp_transform.h transform.c Modified files: /php-src/ext/unicodeconfig.m4 config.w32 unicode.c Log: t

[PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-13 Thread Andrei Zmievski
andrei Tue Jun 13 23:46:04 2006 UTC Added files: /php-src/ext/unicodephp_transform.h transform.c Modified files: /php-src/ext/unicodeconfig.m4 config.w32 unicode.c Log: transliterate() http://cvs.php.net/viewcvs.cgi/p