Actions
Patch #6416
closedWhen viewing utf-8 text file in repository, it is downloaded
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-09-16
Due date:
% Done:
0%
Estimated time:
Description
I want to view the utf-8 text file in repository, but it is downloaded.
In RepositoriesController#entry(), String#is_binary_data? is used to determine the file is binary or not.
But String#is_binary_data? return true even if the file is utf-8 text.
I wrote a patch to fix this problem.
Files
Related issues
Actions