We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751ee39 commit 6ea93f1Copy full SHA for 6ea93f1
1 file changed
internal/compress/caveman_safety.go
@@ -221,7 +221,6 @@ func isUpperLetter(b byte) bool {
221
return b >= 'A' && b <= 'Z'
222
}
223
224
-
225
// isCJK reports whether s is primarily CJK characters (Chinese/Japanese/Korean).
226
// Used to decide if the caveman rules even apply — CJK text doesn't have
227
// articles/filler to drop.
0 commit comments