id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 3689 "patch for mimeviewer: autodetect charset by ""# -*- coding: windows-1251 -*-""" igor daniloff "***** api.py.bak2 {{{ #!python return utf return self.default_charset }}} ***** api.py {{{ #!python return utf m = re.search(r'-\*-\s+coding:\s*(\S+)\s+-\*-', content[:100]) if m: return m.group(1) return self.default_charset }}} *****" enhancement new normal next-major-releases version control/browser 0.10b1 minor patch mimeviewer charset auto coding