File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,9 @@ Only Unicode characters with property C<Nd>, as well as leading and trailing
348
348
whitespace are allowed, with the special case of the empty string being coerced
349
349
to C < 0 > . Synthetic codepoints (e.g. C < "7\x[308]" > ) are forbidden.
350
350
351
- While C < Nl > and C < No > characters can be used as numeric literals
352
- in the language, their conversion via C < Str.Numeric > will fail, by design.
351
+ While C < Nl > and C < No > characters can be used as numeric literals in the
352
+ language, their conversion via C < Str.Numeric > will fail, by design; the same
353
+ will happen with synthetic numerics (composed of numbers and diacritic marks).
353
354
See L « unival|/routine/unival » if you need to coerce such characters to
354
355
C < Numeric > .
355
356
@@ -1128,8 +1129,10 @@ be parsed.
1128
1129
1129
1130
While characters belonging to the Unicode categories C < Nl > (number letters)
1130
1131
and C < No > (other numbers) can be used as numeric literals in the language,
1131
- they will not be converted to a number by C < val > , by design.
1132
- See L « unival|/routine/unival » if you need to convert such characters to
1132
+ they will not be converted to a number by C < val > , by design, and using C < val >
1133
+ on them will produce a failure. The same will happen with synthetic numerics
1134
+ (such as 7̈ )See L « unival|/routine/unival » if you need to convert such
1135
+ characters to
1133
1136
C < Numeric > .
1134
1137
1135
1138
= head2 method Version
You can’t perform that action at this time.
0 commit comments