remove the pks!
This commit is contained in:
parent
5b440bbb64
commit
1271d86782
1 changed files with 0 additions and 6 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue