summaryrefslogtreecommitdiff
path: root/plugingui/utf8.cc
AgeCommit message (Collapse)Author
2017-05-22Fixing the license of utf8.{cc,h}André Nusser
Thanks for the heads up, viccuad.
2017-04-21Fix clang compile error properly.André Nusser
2017-04-21Disable no-invalid-source-encoding warning in debug mode.André Nusser
2017-04-21Disable clang encoding warnings for utf8 encoding/decoding map.André Nusser
2017-04-21Attempt a fix for the FreeBSD encoding error.André Nusser
2017-04-21Fix code style for utf8.h and utf8.cc.André Nusser
2017-04-21Introduce fix to utf8 map to make meka's name work in the GUI.André Nusser
Note: This actually makes the map incorrect but shouldn't have any negative effect on the usage. This whole issue should be fixed by changing DG generally to utf8 encoding.
2017-04-21Add utf8 to latin1 conversion to use it in the "About" textfield.André Nusser
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase.