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_codepoints.3 | |
| parent | 67fd3c725e6511adf70345f0733ec0b948477a11 (diff) | |
Minor formatting fixes
Diffstat (limited to 'man/man3/tomo-Text.from_codepoints.3')
| -rw-r--r-- | man/man3/tomo-Text.from_codepoints.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/man3/tomo-Text.from_codepoints.3 b/man/man3/tomo-Text.from_codepoints.3 index 7bcb72cb..66c26ce6 100644 --- a/man/man3/tomo-Text.from_codepoints.3 +++ b/man/man3/tomo-Text.from_codepoints.3 @@ -2,19 +2,19 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.from_codepoints 3 2025-04-19T14:30:40.367551 "Tomo man-pages" +.TH Text.from_codepoints 3 2025-04-19T14:48:15.717227 "Tomo man-pages" .SH NAME -Text.from_codepoints \- Returns text that has been constructed from the given UTF32 codepoints. Note: the text will be normalized, so the resulting text's codepoints may not exactly match the input codepoints. +Text.from_codepoints \- Returns text that has been constructed from the given UTF32 codepoints. .SH LIBRARY Tomo Standard Library .SH SYNOPSIS .nf -.BI "Text.from_codepoints : func(codepoints: [Int32] -> [Text])" +.BI Text.from_codepoints\ :\ func(codepoints:\ [Int32]\ ->\ [Text]) .fi .SH DESCRIPTION -Returns text that has been constructed from the given UTF32 codepoints. Note: the text will be normalized, so the resulting text's codepoints may not exactly match the input codepoints. +Returns text that has been constructed from the given UTF32 codepoints. .TS @@ -27,6 +27,9 @@ codepoints [Int32] The UTF32 codepoints in the desired text. - .SH RETURN A new text with the specified codepoints after normalization has been applied. +.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_codepoints([197, 107, 101]) |
