-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error generating changelog #17
Comments
Thanks for opening issue. If you provide one or more sample commit notes, we can test and resolve this bug. |
Thanks for opening issue. If you provide one or more sample commit notes, 22 Aðustos 2013 Perþembe tarihinde Ruben Espinosa adlý kullanýcý þöyle
Saygýlarýmla, Murat Kemal BAYGÜN Adres: Pamukkale Üniversitesi Teknoloji Geliþtirme Bölgesi |
Look a couple of my commits:
In some of my spanish projects I had to tell ruby for use utf-8 and it works for me, example # encodign: utf-8
class Myclass
..
end |
If I run the command specifying the encoding it works % LANG=utf-8 katip
Create CHANGELOG.md |
@rderoldan1 thanks for feedback. |
Thanks for the update. |
@rderoldan1 %echo $LANG I'm looking forward for your result |
The LANG command doesn't return anything, the error is related with non US_ASCII character, because in my commits I use UTF-8 characters On 27/08/2013, at 3:55, Murat Kemal BAYGÜN notifications@github.com wrote:
|
Thanks Ruben By this time you can continue using gem with your workaround (Setting LANG variable with utf-8 and running katip) % LANG=utf-8 katip
Create CHANGELOG.md |
I'm using your gem as you tell me, probably the issue is reflected in this commit The output in the changelog.md is 6da3c13 corrección en presición decimales (Ruben Espinosa) |
% katip /usr/local/rvm/gems/ruby-1.9.3-p392/gems/katip-1.1.0/bin/katip:66:in `gsub!': invalid byte sequence in US-ASCII (ArgumentError)
I think is probably because I has some spanish characters in my commits (á, ú, í)
The text was updated successfully, but these errors were encountered: