diff --git a/Build/Changes.txt b/Build/Changes.txt
index 579e59a12..ffb65f885 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
-Current BETA Version 5.19.1026.#(build) (2019-10-26)
+Current BETA Version 5.19.1031.#(build) (2019-10-31)
==================================================
--------------------------------------------------
@@ -47,6 +47,7 @@ NEW:
--------------------------------------------------
CHANGES:
--------------------------------------------------
+- All *.RC files encoded as UTF-8 Signature
- New Notepad3 Icon (Notepad3 icon by Vexels.com designed by smanashova@gmail.com).
- Initial default big toolbar only for monitors > Full-HD.
- Copy instead of insert (filename, path, GUID).
diff --git a/Versions/build.txt b/Versions/build.txt
index 5a85ef652..06063f6e1 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2662
+2663
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 9ad063afa..8a7a695ee 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 BETA
diff --git a/src/Version.h b/src/Version.h
index 1cee8b8d5..eb9301ca2 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -74,7 +74,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1923)
#if(_MSC_FULL_VER >= 192328106)
- #define VER_CPL MS Visual C++ 2019 v16.3.(3-6)
+ #define VER_CPL MS Visual C++ 2019 v16.3.(3-7)
#elif(_MSC_FULL_VER >= 192328105)
#define VER_CPL MS Visual C++ 2019 v16.3.(0-2)
#endif
diff --git a/src/VersionEx.h b/src/VersionEx.h
index cff1b0691..406c91e6c 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 1027
-#define VERSION_BUILD 2662
+#define VERSION_REV 1031
+#define VERSION_BUILD 2663
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27
diff --git a/test/test_files/encoding/Txtfiles/alt255 non-breaking space character (issue #1726).txt b/test/test_files/encoding/Txtfiles/alt255 non-breaking space character (issue #1726).txt
new file mode 100644
index 000000000..a5362aabf
Binary files /dev/null and b/test/test_files/encoding/Txtfiles/alt255 non-breaking space character (issue #1726).txt differ