Win 10 default code page changed to UTF8

This commit is contained in:
Frank Skare
2020-12-30 01:01:48 +01:00
parent ea5d3e64ee
commit 6ba9b1f05a
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- history feature can be configured to ingore defined strings:
script-opt = history-discard=value1;value2
- Web stream audio and subtitle track selection.
- On Windows 10 the default code page was changed to UTF8.
5.4.8.6 Beta (2020-12-24)

View File

@@ -25,6 +25,7 @@
</compatibility>
<application>
<windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>