From 0d9bbb74c6de959ab7c6b93b7a97f9f2e643e8e8 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Fri, 5 Dec 2025 22:36:10 -0700 Subject: replace oversized libutf with smaller version this is taken from one of my other projects. there was no reason for there to be 2x the code tests checking for surrogate characters and non characters were removed. I see no reason why the user shouldn't be allowed to insert those characters in text (they exist in the standard). Also, in the case of non-characters only the first two were being checked and not the other 64. --- test/vis/insert-mode/verbatim.in | 2 -- test/vis/insert-mode/verbatim.keys | 4 ---- test/vis/insert-mode/verbatim.ref | 2 -- 3 files changed, 8 deletions(-) (limited to 'test') diff --git a/test/vis/insert-mode/verbatim.in b/test/vis/insert-mode/verbatim.in index 6fcb11a..da2d1b4 100644 --- a/test/vis/insert-mode/verbatim.in +++ b/test/vis/insert-mode/verbatim.in @@ -13,9 +13,7 @@ O100 = 64 = U+07FF = U+D7FF = -U+DFFF = /* not really correct */ U+FFFD = -U+FFFF = /* not really correct */ U+10FFFF = U+11000 = /* invalid */ = diff --git a/test/vis/insert-mode/verbatim.keys b/test/vis/insert-mode/verbatim.keys index ba71c21..0441e3b 100644 --- a/test/vis/insert-mode/verbatim.keys +++ b/test/vis/insert-mode/verbatim.keys @@ -21,12 +21,8 @@ au07FF n auD7FF n -auDFFF -n auFFFD n -auFFFF -n aU0010FFFF n aU00110000 diff --git a/test/vis/insert-mode/verbatim.ref b/test/vis/insert-mode/verbatim.ref index 28a5c8c..98494b0 100644 --- a/test/vis/insert-mode/verbatim.ref +++ b/test/vis/insert-mode/verbatim.ref @@ -13,9 +13,7 @@ O100 = @ 64 = @ U+07FF = ߿ U+D7FF = ퟿ -U+DFFF = /* not really correct */ U+FFFD = � -U+FFFF = /* not really correct */ U+10FFFF = 􏿿 U+11000 = /* invalid */ =  -- cgit v1.2.3