You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this patch, we always assumed the string was ascii-8bit which
does not work correctly with real utf8 strings (french accented chars or
chineese chars).
This patch tries to use the string as utf8 and fallback if necessary to
the the ascii-8bit assumption if necessary.
This should help with ruby-git#295 and might replace the need for ruby-git#301.
Change-Id: Idac63fa10e5aefafa1eb99a6be4138cac5f90ea0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
I usually get some mojibake if the output information (e.g.
g.log.first.author.name
) contains some Chinese character, just like '������' .If I annotate the encoding code (
lib.rb
line 826 to 866), output would be correct (ruby 2.2.3).I have found an issue and a pull request to add this implementation. Does it a good choice to convert UTF-8 manually?
The text was updated successfully, but these errors were encountered: