remove the pks!

This commit is contained in:
Vivianne 2024-03-02 14:02:32 -05:00
parent 5b440bbb64
commit 1271d86782
1 changed files with 0 additions and 6 deletions

View File

@ -52,9 +52,6 @@
(match:substring locale-match 2)))
locale)))
(pk locale)
(pk charset)
(and
(not (regexp-exec c-or-posix-regexp locale))
(not (string-suffix? "@cjk_narrow" charset))
@ -63,9 +60,6 @@
(when index-@
(set! charset (substring charset 0 index-@)))
(pk charset)
(pk locale)
(and (member charset wide-locales)
(or
(not (eq? #\u (string-ref charset 0)))