From b517f3b2872ad25a9f2bb9114da2bcf178f041db Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 3 Sep 2024 01:30:07 -0400 Subject: Fix codepoint names by falling back to block names --- test/text.tm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/text.tm b/test/text.tm index 4dd431ca..f0f289fe 100644 --- a/test/text.tm +++ b/test/text.tm @@ -210,6 +210,10 @@ func main(): >> house.length = 1 >> house:codepoint_names() - = ["???"] + = ["CJK Unified Ideographs-5BB6"] >> house:utf32_codepoints() = [23478_i32] + + >> "🐧":codepoint_names() + = ["PENGUIN"] + -- cgit v1.2.3