Skip to content

Commit

Permalink
Updated with windows utf8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XapaJIaMnu authored Mar 3, 2019
1 parent a45693a commit 5a68ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ You can also manually edit the Makefile and add `-rpath,@executable_path/../Fram
- Application window looks huge on any mac with resolution bellow fullHD and on any retina mac unless you use the native resolution, instead of a scaled resolution.
- This one is a bit annoying to fix, due to the way HiDPI scaling works on different platforms. By default Windows and Linux only scale font sizes on HiDPI displays, whereas Macs do a blanket scaling of everything. While it is possible to mimic mac's behaviour on Linux and Windows, it is not a default option for the majority of users. A proper solution would involve a specific window size settings for mac. You can read more about it on the Qt developer [forums](https://forum.qt.io/topic/100133/cross-platform-app-ui-in-macos-is-double-in-size-compared-to-the-linux-and-windows-version).
- Improve help overlay and add options to hide all help text by default after the first run.
- UTF8 filenames won't work on Windows
- MSVC++ compiler doesn't assume UTF-8 strings by default (unlike GCC/Clang), which mangles UTF-8 characters in filenames and folders. This will be fixed by either cross-compiling, once GCC 9 is out or by explicitly adding a UTF-8 conversion in all string operations.

0 comments on commit 5a68ea3

Please sign in to comment.