LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Lack utf-8 support in sid #22

Closed shanavas786 closed 8 years ago

shanavas786 commented 8 years ago

npm2deb search invert-kv gives error

'ascii' codec can't decode byte 0xe2 in position 102: ordinal not in range(128)

in debian sid. It works perfectly in debian stable.

invert-kv has a character in description.

may be related to #1

shanavas786 commented 8 years ago

It was an environment specific issue. System's locale was not configured, so preferredencoding defaulted to ascii.

The issue has been resolved by configuring system locale.