Custom Query (31 matches)
Results (13 - 15 of 31)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#24 | invalid | UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 28: ordinal not in range(128) | ||
Description |
Zum Reproduzieren
Während der Ausführung von GET auf (Bitte geben Sie hier weitere Details an) Anfrageparameter: {'path': u'/trunk/src/nls/nlsdeu.rch'}
User agent: SysteminformationenSysteminformation nicht verfügbar Aktive PluginsPlugininformation nicht verfügbar Python-ZurückverfolgungsinformationenTraceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 554, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 247, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.7/site-packages/trac/versioncontrol/web_ui/browser.py", line 408, in process_request file_data = self._render_file(req, context, repos, node, rev) File "/usr/local/lib/python2.7/site-packages/trac/versioncontrol/web_ui/browser.py", line 669, in _render_file content = node.get_processed_content() File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 802, in get_processed_content return FileContentStream(self, keyword_substitution, eol_style) File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1174, in __init__ node._get_prop(core.SVN_PROP_KEYWORDS)) File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1252, in _get_keyword_values for key, value in values.iteritems()) File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1252, in <genexpr> for key, value in values.iteritems()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 28: ordinal not in range(128) |
|||
#27 | fixed | Assist: Improve scanning of MLC array | ||
Description |
Assist behavior is about 100 times too slow. Tests show that parts were executed multiple times. Improvements are:
|
|||
#32 | fixed | Encoding conversion from Unicode to others | ||
Description |
The encoding from Windows UTF-16LE to ibm-850 with recode.exe works well. But the implementation in NEPMD reverts the file in binary (BIN) mode. The converted file is pure ASCII. On closing that and loading it again, the TEXT mode is assigned. Apparently it is tried to keep the previous mode. |