Commit e3c7ddc
committed
minor #19323 [String] Remove confusing paragraph about
This PR was squashed before being merged into the 7.0 branch.
Discussion
----------
[String] Remove confusing paragraph about `withEmoji('strip')`
The AsciiSlugger does remove every emoji from a given string per default without any external component or package, as they are not... ASCII.
The paragraph added some confusion to the reader, implying that
* AsciiSlugger did not work with emoji per default
* the special locale + the Intl component was required
So i suggest to purely remove it.
Commits
-------
9f4b626 [String] Remove confusing paragraph about `withEmoji('strip')`withEmoji('strip') (smnandre)2 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
427 | 436 | | |
428 | 437 | | |
429 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | 592 | | |
603 | 593 | | |
604 | 594 | | |
| |||
0 commit comments