Re: [PHP-DEV] Multibyte for ucfirst function

2024-01-15 Thread youkidearitai
Hi, Internals I'm try creating a new RFC that add mb_ucfirst and mb_lcfirst functions. Draft is here: https://github.com/php/php-src/issues/13075#issuecomment-1893012382 If any wrong, please feel free comment. Cheers Yuya -- --- Yuya Hamada (tekimen) - https://tekitoh-m

Re: [PHP-DEV] Multibyte for ucfirst function

2024-01-06 Thread Gina P. Banyard
On Saturday, 6 January 2024 at 02:53, youkidearitai wrote: > Hi, Internals > > We got feature request for "Multibyte for ucfirst function". > https://github.com/php/php-src/issues/13075 There was already a small thread about this last year: https://externals.io/message/120409 I think it makes

[PHP-DEV] Multibyte for ucfirst function

2024-01-05 Thread youkidearitai
Hi, Internals We got feature request for "Multibyte for ucfirst function". https://github.com/php/php-src/issues/13075 I think make sense for implement this function, but I don't know well about not-latin language. I have a question. gnutix san pick up sample to below: https://stackoverflow.com/