11 years agoMatt Attaway commented on change 8566 for main There go; fixed the submitter on that change. This was all @drakino. | ||
1 comment | ||
11 years agoMatt Attaway committed change 8566 into main Converting path between UTF-8 to UTF-16 to scan for and replace any bad UTF byte sequences. Resolves possible issue where a bad character in a... filename would result in an exception "invalid byte sequence in UTF-8 (ArgumentError)" being thrown. Suggested fix from http://stackoverflow.com/questions/2982677/ruby-1-9-invalid-byte-sequence-in-utf-8 #review @matt_attaway « | ||
11 years agoMatt Attaway approved review 8564 for main Converting path between UTF-8 to UTF-16 to scan for and replace any bad UTF byte sequences. Resolves possible issue where a bad character in a... filename would result in an exception "invalid byte sequence in UTF-8 (ArgumentError)" being thrown. Suggested fix from http://stackoverflow.com/questions/2982677/ruby-1-9-invalid-byte-sequence-in-utf-8 #review @matt_attaway « | ||
11 years agodrakino requested review 8564 for main Converting path between UTF-8 to UTF-16 to scan for and replace any bad UTF byte sequences. Resolves possible issue where a bad character in a... filename would result in an exception "invalid byte sequence in UTF-8 (ArgumentError)" being thrown. Suggested fix from http://stackoverflow.com/questions/2982677/ruby-1-9-invalid-byte-sequence-in-utf-8 #review @matt_attaway « | ||
12 years agoMatt Attaway committed change 8399 into main Add support for Gource friendly output With this change adding 'Visualizer=gource' to the config file will shockingly enough enable output for the q...uite excellent gource version control visualizer. To get a copy of gource visit: http://code.google.com/p/gource/ « | ||