mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
runecomp(2): clarify audience and history
This commit is contained in:
parent
76fb145d75
commit
e0d114547c
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,9 @@ char* utfwbreak(char *s)
|
|||
.SH DESCRIPTION
|
||||
These routines help in handling
|
||||
graphemes that may span multiple runes.
|
||||
These routines are for use in font rendering
|
||||
and advanced text search; most programs do not
|
||||
need to perform normalization.
|
||||
.PP
|
||||
.IR Runecomp ,
|
||||
.IR runedecomp ,
|
||||
|
@ -114,3 +117,5 @@ Unicode® Standard Annex #29
|
|||
.IR rune (2),
|
||||
.IR utf (6),
|
||||
.IR tcs (1)
|
||||
.SH HISTORY
|
||||
This implementation was written for 9front (March, 2023).
|
||||
|
|
Loading…
Reference in a new issue