diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-19 14:48:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-19 14:48:17 -0400 |
| commit | 1663004ff08de9d90338cb3c04bbf45e61477d6b (patch) | |
| tree | 36f8bdd60f976537c8582769881193169fca1827 /man/man3/tomo-Text.from_codepoint_names.3 | |
| parent | 67fd3c725e6511adf70345f0733ec0b948477a11 (diff) | |
Minor formatting fixes
Diffstat (limited to 'man/man3/tomo-Text.from_codepoint_names.3')
| -rw-r--r-- | man/man3/tomo-Text.from_codepoint_names.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/man3/tomo-Text.from_codepoint_names.3 b/man/man3/tomo-Text.from_codepoint_names.3 index 2d0dd186..ed88c6ef 100644 --- a/man/man3/tomo-Text.from_codepoint_names.3 +++ b/man/man3/tomo-Text.from_codepoint_names.3 @@ -2,19 +2,19 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.from_codepoint_names 3 2025-04-19T14:30:40.367510 "Tomo man-pages" +.TH Text.from_codepoint_names 3 2025-04-19T14:48:15.717188 "Tomo man-pages" .SH NAME -Text.from_codepoint_names \- Returns text that has the given codepoint names (according to the Unicode specification) as its codepoints. Note: the text will be normalized, so the resulting text's codepoints may not exactly match the input codepoints. +Text.from_codepoint_names \- Returns text that has the given codepoint names (according to the Unicode specification) as its codepoints. .SH LIBRARY Tomo Standard Library .SH SYNOPSIS .nf -.BI "Text.from_codepoint_names : func(codepoint_names: [Text] -> [Text])" +.BI Text.from_codepoint_names\ :\ func(codepoint_names:\ [Text]\ ->\ [Text]) .fi .SH DESCRIPTION -Returns text that has the given codepoint names (according to the Unicode specification) as its codepoints. Note: the text will be normalized, so the resulting text's codepoints may not exactly match the input codepoints. +Returns text that has the given codepoint names (according to the Unicode specification) as its codepoints. .TS @@ -27,6 +27,9 @@ codepoint_names [Text] The names of each codepoint in the desired text (case-ins .SH RETURN A new text with the specified codepoints after normalization has been applied. Any invalid names are ignored. +.SH NOTES +The text will be normalized, so the resulting text's codepoints may not exactly match the input codepoints. + .SH EXAMPLES .EX >> Text.from_codepoint_names([ |
