freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master dd91f6e7f: * src/base/ftver.rc: Explicitly use UTF-16


From: Werner Lemberg
Subject: [freetype2] master dd91f6e7f: * src/base/ftver.rc: Explicitly use UTF-16.
Date: Fri, 26 Aug 2022 22:30:02 -0400 (EDT)

branch: master
commit dd91f6e7f5a051818070c49715125fb72074023e
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * src/base/ftver.rc: Explicitly use UTF-16.
    
    Fixes #1177 to avoid mistranslation and other problems.
---
 src/base/ftver.rc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/base/ftver.rc b/src/base/ftver.rc
index eb6090ecc..26d2c3f88 100644
--- a/src/base/ftver.rc
+++ b/src/base/ftver.rc
@@ -38,14 +38,14 @@ FILETYPE             VFT_STATIC_LIB
 BEGIN
   BLOCK "StringFileInfo"
   BEGIN
-    BLOCK "040904E4"
+    BLOCK "040904B0"
     BEGIN
       VALUE "CompanyName",      "The FreeType Project"
       VALUE "FileDescription",  "Font Rendering Library"
       VALUE "FileVersion",      FT_VERSION_STR
       VALUE "ProductName",      "FreeType"
       VALUE "ProductVersion",   FT_VERSION_STR
-      VALUE "LegalCopyright",   "\251 2000-2022 The FreeType Project 
www.freetype.org. All rights reserved."
+      VALUE "LegalCopyright",   L"\x00A9 2000-2022 The FreeType Project 
www.freetype.org. All rights reserved."
       VALUE "InternalName",     "freetype"
       VALUE "OriginalFilename", FT_FILENAME
     END
@@ -56,6 +56,6 @@ BEGIN
     /* The following line should only be modified for localized versions.  */
     /* It consists of any number of WORD,WORD pairs, with each pair        */
     /* describing a "language,codepage" combination supported by the file. */
-    VALUE "Translation", 0x409, 1252
+    VALUE "Translation", 0x409, 1200
   END
 END



reply via email to

[Prev in Thread] Current Thread [Next in Thread]