MUI - Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages.

This commit is contained in:
Pairi Daiza 2021-03-09 00:26:26 +01:00
parent ce1ce3febc
commit e0743ab8b6
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 6 additions and 4 deletions

View File

@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.303.(build_#) (2021-03-03)
Current BETA/RC Version 5.21.309.(build_#) (2021-03-09)
========================================================
--------------------------------------------------------
@ -61,6 +61,8 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.309.1]- Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages (MUI).
[.309.1]- In ".zip" version, some filenames in "gwLng" folder are incorrectly displayed (MUI).
[.303.1]- Language "Spanish Latin America" identifier correction (es-LA -> es-419) (MUI).
[.302.1]- Hyperlink RegEx pattern fixed to use valid Unicode.
[.302.1]- Handle quotes for URL <-> file-system path conversion.

View File

@ -1 +1 @@
303
309

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.303.1"
version="5.21.309.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 303
#define VERSION_REV 309
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.7