Fix various utf8/locale problems in build and message window
commit7fcda040abed69893157e6114f5570c7476d0a10
authorJiří Techet <techet@gmail.com>
Thu, 2 Jul 2015 16:14:56 +0000 (2 18:14 +0200)
committerJiří Techet <techet@gmail.com>
Tue, 5 Jan 2016 16:36:46 +0000 (5 17:36 +0100)
tree1ad9a44f927438368519c712c9033d1de4b1a894
parentb6f1eb9136323b0aa8e770ff636053888d3a47f4
Fix various utf8/locale problems in build and message window

Non-ascii characters in file/directory names caused:

1. build commands didn't succeed
2. characters in the message window weren't shown in correct encoding
3. clicking on a row with error in the message window didn't open the file
with error.

This patch fixes these three issues.
src/build.c
src/msgwindow.c