File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -895,15 +895,16 @@ Defined as:
895
895
Usage:
896
896
897
897
# Camelia in Unicode
898
- say '»ö«'.uniname;
899
- «RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK»
898
+ say ‘»ö«’.comb».uniname;
899
+ # «("RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
900
+ "LATIN SMALL LETTER O WITH DIAERESIS", "LEFT-POINTING DOUBLE ANGLE QUOTATION MARK")»
900
901
901
902
# Find the char with the longest Unicode name.
902
903
say (0..0x1FFFF).sort(*.uniname.chars)[*-1].chr.uniname;
903
904
# «ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM»
904
905
905
906
Interprets the invocant / first argument as a L < /type/Str > , and returns the
906
- Unicode codepoint name of the first character.
907
+ Unicode codepoint name of the first character. To convert a while string use L < uninames|#routine_uninames > .
907
908
908
909
= head2 routine chop
909
910
You can’t perform that action at this time.
0 commit comments