diff options
Diffstat (limited to 'man/man3/tomo-Text.from_codepoint_names.3')
| -rw-r--r-- | man/man3/tomo-Text.from_codepoint_names.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/tomo-Text.from_codepoint_names.3 b/man/man3/tomo-Text.from_codepoint_names.3 index 4d9dc59d..4a1f9f56 100644 --- a/man/man3/tomo-Text.from_codepoint_names.3 +++ b/man/man3/tomo-Text.from_codepoint_names.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.from_codepoint_names 3 2025-04-30 "Tomo man-pages" +.TH Text.from_codepoint_names 3 2025-10-11 "Tomo man-pages" .SH NAME Text.from_codepoint_names \- convert list of unicode codepoint names to text .SH LIBRARY @@ -32,10 +32,10 @@ The text will be normalized, so the resulting text's codepoints may not exactly .SH EXAMPLES .EX ->> Text.from_codepoint_names([ -"LATIN CAPITAL LETTER A WITH RING ABOVE", -"LATIN SMALL LETTER K", -"LATIN SMALL LETTER E", +text := Text.from_codepoint_names([ + "LATIN CAPITAL LETTER A WITH RING ABOVE", + "LATIN SMALL LETTER K", + "LATIN SMALL LETTER E", ] -= "Åke" +assert text == "Åke" .EE |
