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)))
|
(match:substring locale-match 2)))
|
||||||
locale)))
|
locale)))
|
||||||
|
|
||||||
(pk locale)
|
|
||||||
(pk charset)
|
|
||||||
|
|
||||||
(and
|
(and
|
||||||
(not (regexp-exec c-or-posix-regexp locale))
|
(not (regexp-exec c-or-posix-regexp locale))
|
||||||
(not (string-suffix? "@cjk_narrow" charset))
|
(not (string-suffix? "@cjk_narrow" charset))
|
||||||
|
@ -63,9 +60,6 @@
|
||||||
(when index-@
|
(when index-@
|
||||||
(set! charset (substring charset 0 index-@)))
|
(set! charset (substring charset 0 index-@)))
|
||||||
|
|
||||||
(pk charset)
|
|
||||||
(pk locale)
|
|
||||||
|
|
||||||
(and (member charset wide-locales)
|
(and (member charset wide-locales)
|
||||||
(or
|
(or
|
||||||
(not (eq? #\u (string-ref charset 0)))
|
(not (eq? #\u (string-ref charset 0)))
|
||||||
|
|
Loading…
Reference in a new issue