Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-28 Thread Casper Langemeijer
> So... if you want to help make people more aware of the grapheme_* > functions, one place to start would be editing the documentation for the > various string, mbstring, and grapheme functions to use consistent > terminology, and sign-post each other more clearly. >

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-28 Thread Derick Rethans
On 27 March 2024 23:18:21 GMT, "Rowan Tommins [IMSoP]" wrote: >On 26/03/2024 21:14, Casper Langemeijer wrote: >> If you need someone to help for the grapheme_ marketing team, let me know. > >I think a big part of the problem is that very few people dig into the >complexities of text encoding,

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-27 Thread Rowan Tommins [IMSoP]
On 26/03/2024 21:14, Casper Langemeijer wrote: If you need someone to help for the grapheme_ marketing team, let me know. I think a big part of the problem is that very few people dig into the complexities of text encoding, and so don't know that a "grapheme" is what they're looking for.

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-26 Thread youkidearitai
2024年3月27日(水) 6:18 Casper Langemeijer : > > On Tue, Mar 26, 2024, at 18:15, Derick Rethans wrote: > > Many of these already exist, such as grapheme_substr. We can't simply change > the behaviour of the already existing functions due to BC reasons. > > > Wow. I feel very stupid. I feel I should

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-26 Thread Casper Langemeijer
On Tue, Mar 26, 2024, at 18:15, Derick Rethans wrote: > Many of these already exist, such as grapheme_substr. We can't simply change > the behaviour of the already existing functions due to BC reasons. Wow. I feel very stupid. I feel I should have known about grapheme_*, but I didn't. Oh my,

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-26 Thread Derick Rethans
On 26 March 2024 17:04:18 GMT, Casper Langemeijer wrote: >I'd like to address an issue I have with this RFC. Please don't top reply. >I'm not sure is solves a problem by itself. If I understand all of this >correctly this only does what already can be accomplished with

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-26 Thread Casper Langemeijer
I'd like to address an issue I have with this RFC. I'm not sure is solves a problem by itself. If I understand all of this correctly this only does what already can be accomplished with preg_match_all('/\X/u', ...). The result of this method in my opinion is not very usefull by itself. I've

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-25 Thread youkidearitai
2024年3月26日(火) 5:43 David CARLIER : > > I second this, I think it is a good addition which makes a lot of sense. > > Cheers. > > On Mon, 25 Mar 2024 at 20:36, Ayesh Karunaratne wrote: >> >> > >> > 2024年3月9日(土) 15:26 youkidearitai : >> > > >> > > Hello, Internals >> > > >> > > I created an wiki for

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-25 Thread David CARLIER
I second this, I think it is a good addition which makes a lot of sense. Cheers. On Mon, 25 Mar 2024 at 20:36, Ayesh Karunaratne wrote: > > > > 2024年3月9日(土) 15:26 youkidearitai : > > > > > > Hello, Internals > > > > > > I created an wiki for `grapheme_str_split` function. > > > Please see: > >

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-25 Thread Ayesh Karunaratne
> > 2024年3月9日(土) 15:26 youkidearitai : > > > > Hello, Internals > > > > I created an wiki for `grapheme_str_split` function. > > Please see: > > https://wiki.php.net/rfc/grapheme_str_split > > > > I would like to "Under Discussion" section. > > > > Best Regards > > Yuya > > > > -- > >

Re: [PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-24 Thread youkidearitai
2024年3月9日(土) 15:26 youkidearitai : > > Hello, Internals > > I created an wiki for `grapheme_str_split` function. > Please see: > https://wiki.php.net/rfc/grapheme_str_split > > I would like to "Under Discussion" section. > > Best Regards > Yuya > > -- > --- > Yuya Hamada

[PHP-DEV][RFC] grapheme cluster for str_split, grapheme_str_split function

2024-03-08 Thread youkidearitai
Hello, Internals I created an wiki for `grapheme_str_split` function. Please see: https://wiki.php.net/rfc/grapheme_str_split I would like to "Under Discussion" section. Best Regards Yuya -- --- Yuya Hamada (tekimen) - https://tekitoh-memdhoi.info -