diff --git a/mat2 b/mat2
index 283263b9f310d3d3edd1f0484341fea70c370eec..55e9081996632834d692bf57a329218ccb302455 100755
--- a/mat2
+++ b/mat2
@@ -163,7 +163,7 @@ def show_parsers():
                 # mimetype, so there is not point in showing the mimetype at all
                 continue
             formats.add('  - %s (%s)' % (mtype, ', '.join(extensions)))
-    __print_without_chars('\n'.join(sorted(formats)))
+    print('\n'.join(sorted(formats)))
 
 
 def __get_files_recursively(files: list[str]) -> list[str]: