just in case update to prevent gibberish "retrieved: " outputs

This commit is contained in:
Miroslav Stampar
2011-04-12 23:07:50 +00:00
parent f435f37d71
commit c193b896be
3 changed files with 5 additions and 4 deletions

View File

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