tetra icon indicating copy to clipboard operation
tetra copied to clipboard

UTF-8 warning during installation via `gem install`

Open nodeg opened this issue 3 years ago • 1 comments

When installing tetra via gem I got the following warning:

$ gem install tetra
Fetching tetra-2.0.6.gem
Successfully installed tetra-2.0.6
Parsing documentation for tetra-2.0.6
unable to convert "\xEB" from ASCII-8BIT to UTF-8 for lib/template/bundled/apache-ant-1.9.7/KEYS, skipping
unable to convert "\xAE" from ASCII-8BIT to UTF-8 for lib/template/bundled/apache-ant-1.9.7/LICENSE, skipping
Installing ri documentation for tetra-2.0.6
Done installing documentation for tetra after 0 seconds
1 gem installed

Occurred on openSUSE Tumbleweed with the zsh shell and Ruby version 2.5.9 installed via rvm.

nodeg avatar Jul 07 '22 12:07 nodeg

I did some investigation and was not able to find a solution for fixing this, yet.

nodeg avatar Aug 05 '22 09:08 nodeg