0

I think I'm having issues with bash character encoding. The machine is CentOS 6.2 on a rackspace cloud.

For anyone not familiar with npm those characters should be vertical and horizontal pipes/bars that display the plugin hierarchy as a tree.

screenshot

Zypher
  • 37,405
  • 5
  • 53
  • 95
Justin
  • 101
  • 1

1 Answers1

1

Your remote server is using UTF-8 as its character set, as nearly all modern systems except Windows do, but neither Console2 nor msysgit support UTF-8 fully (or at all).

The solution, unfortunately, is going to be to replace one or both of these tools. In the case of msysgit, there is a UTF-8 capable fork available.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972