Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
the CJK encoding testcase BLOB into multiple text files.
diff --git a/.hgeol b/.hgeol
index e1c1992..fe66605 100644
--- a/.hgeol
+++ b/.hgeol
@@ -27,8 +27,9 @@
 **.zip  = BIN
 
 Lib/email/test/data/msg_26.txt = BIN
-Lib/test/sndhdrdata/sndhdr.* = BIN
+Lib/test/cjkencodings/* = BIN
 Lib/test/decimaltestdata/*.decTest = BIN
+Lib/test/sndhdrdata/sndhdr.* = BIN
 
 # All other files (which presumably are human-editable) are "native".
 # This must be the last rule!