Joe Damato

Results 4 comments of Joe Damato

Would it be possible to add the license to this project in the LICENSE file? I also found that the README mentions a LICENSE file but none exists.

This fixes this bug: https://github.com/ueno/ruby-gpgme/issues/113 Probably would want to consider in the future unifying the encoding logic used in `utf8_str_new` and the logic added in this PR to work the...

This fixes https://github.com/ueno/ruby-gpgme/issues/113

For anyone following along there are two ways you can avoid this bug: 1. Write a wrapper IO object that will transcode the data from ASCII-8BIT to the desired output...