Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Fix clang compile error properly. | André Nusser | |
2017-04-21 | Disable no-invalid-source-encoding warning in debug mode. | André Nusser | |
2017-04-21 | Disable clang encoding warnings for utf8 encoding/decoding map. | André Nusser | |
2017-04-21 | Attempt a fix for the FreeBSD encoding error. | André Nusser | |
2017-04-21 | Fix code style for utf8.h and utf8.cc. | André Nusser | |
2017-04-21 | Introduce 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-21 | Add 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. |