mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
isalpharune(2): invalid Runes are just > Runemax
This commit is contained in:
parent
698ecf25e5
commit
6ebfbaa826
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ The names are self-explanatory.
|
|||
.PP
|
||||
The case-conversion routines return the character unchanged if it has no case.
|
||||
.PP
|
||||
If a rune contains a value that is not a valid codepoint (ie, values less than
|
||||
zero, or greater than Runemax), these routines return 0.
|
||||
If a rune contains a value that is not a valid codepoint (ie, greater than Runemax),
|
||||
these routines return 0.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/mkrunetype.c
|
||||
.br
|
||||
|
|
Loading…
Reference in a new issue