File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ transliterator identifiers
5656// apple puree
5757Text::transliterate('apple purée');
5858
59- // Ubermensch (only latin characters are transliterated)
60- Text::transliterate('Übérmensch ', 'Latin-ASCII;');
59+ // grosseren Apfelkuchen (only latin characters are transliterated)
60+ Text::transliterate('größeren Apfelkuchen ', 'Latin-ASCII;');
6161```
6262
6363## Creating URL Safe Strings
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ ICU のトランスリテレーション識別子は基本的に `<元のスク
5252// apple puree
5353Text::transliterate('apple purée');
5454
55- // Ubermensch (ラテン文字だけを変換する)
56- Text::transliterate('Übérmensch ', 'Latin-ASCII;');
55+ // grosseren Apfelkuchen (ラテン文字だけを変換する)
56+ Text::transliterate('größeren Apfelkuchen ', 'Latin-ASCII;');
5757```
5858
5959## URL に安全な文字列の作成
You can’t perform that action at this time.
0 commit comments