Add support for locale-based multibyte strings.
commitcf17fb505480dcfaa879873f57ce4abc33d1b1e4
authorMarcel Rodrigues <marcelgmr@gmail.com>
Sat, 13 Jun 2015 14:55:46 +0000 (13 11:55 -0300)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Sat, 13 Jun 2015 14:55:46 +0000 (13 11:55 -0300)
tree9ad6755b368c00e6c5003c0becb592d73a6f0376
parent8507de6dd13067c5de05a6465a39e34a21e2e577
parentfd4bd66002dc43b87847a2adcec531582beb0937
Add support for locale-based multibyte strings.

With this change, Rover assumes that all pathnames are encoded
according to the user's locale. This requires linking to a curses
library that supports wide character functions such as get_wch().