Show More
@@ -133,6 +133,9 b' def _normalize_po(raw_content):' | |||
|
133 | 133 | .strip(), |
|
134 | 134 | '', |
|
135 | 135 | header_normalize_re.sub('', raw_content[header_start:header_end]) |
|
136 | .replace( | |
|
137 | r'"Content-Type: text/plain; charset=utf-8\n"', | |
|
138 | r'"Content-Type: text/plain; charset=UTF-8\n"') # maintain msgmerge casing | |
|
136 | 139 | .strip(), |
|
137 | 140 | ''] # preserve normalized header |
|
138 | 141 | # all chunks are separated by empty line |
General Comments 0
You need to be logged in to leave comments.
Login now