one more commit related to the issue with displaying of garbled characters

This commit is contained in:
Miroslav Stampar
2011-04-14 09:43:36 +00:00
parent 04986be4b9
commit bb99bd2fbe
4 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ URI_QUESTION_MARKER = "__QUESTION_MARK__"
PAYLOAD_DELIMITER = "\x00"
CHAR_INFERENCE_MARK = "%c"
NON_PRINTABLE_CHAR_REGEX = r'[^\x00-\x1f\x7f-\xff]'
PRINTABLE_CHAR_REGEX = r'[^\x00-\x1f\x7e-\xff]'
# dumping characters used in GROUP_CONCAT MySQL technique
CONCAT_ROW_DELIMITER = ','