Skip to content

Commit

Permalink
Update katip binary
Browse files Browse the repository at this point in the history
encoding bug fixed
  • Loading branch information
rderoldan1 committed Sep 3, 2013
1 parent 7d62c87 commit 081a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/katip
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_change_log

output.each do |line|

line.gsub!(/#[1-9][0-9]*/) {|s| '[' + s + "](#{ISSUE_URL}" + s[-(s.length-1)..-1] + ')'}
line.encode("utf-8", invalid: :replace, undef: :replace, replace: '').gsub!(/#[1-9][0-9]*/) {|s| '[' + s + "](#{ISSUE_URL}" + s[-(s.length-1)..-1] + ')'}

end

Expand Down

0 comments on commit 081a185

Please sign in to comment.