| JDK 20 |
|---|
| 20 b15Fixed |
|
CSR :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
JDK-8292992 :
|
In order to stream extended grapheme clusters in a String, users have to create a String array first, then stream it, such as:
```
Arrays.stream("πΊπΈπ¨βπ©βπ§βπ¦".split("\\b{g}"))
```
Instead of this rather vague instruction, enhancing the existing `getCharacterInstance()` method to support grapheme breaks would be appropriate.
|