freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * src/base/ftver.rc: Explicitly use UTF


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/base/ftver.rc: Explicitly use UTF-16.
Date: Sat, 27 Aug 2022 02:29:54 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • dd91f6e7
    by Alexei Podtelezhnikov at 2022-08-26T22:24:02-04:00
    * src/base/ftver.rc: Explicitly use UTF-16.
    
    Fixes #1177 to avoid mistranslation and other problems.
    

1 changed file:

Changes:

  • src/base/ftver.rc
    ... ... @@ -38,14 +38,14 @@ FILETYPE VFT_STATIC_LIB
    38 38
     BEGIN
    
    39 39
       BLOCK "StringFileInfo"
    
    40 40
       BEGIN
    
    41
    -    BLOCK "040904E4"
    
    41
    +    BLOCK "040904B0"
    
    42 42
         BEGIN
    
    43 43
           VALUE "CompanyName",      "The FreeType Project"
    
    44 44
           VALUE "FileDescription",  "Font Rendering Library"
    
    45 45
           VALUE "FileVersion",      FT_VERSION_STR
    
    46 46
           VALUE "ProductName",      "FreeType"
    
    47 47
           VALUE "ProductVersion",   FT_VERSION_STR
    
    48
    -      VALUE "LegalCopyright",   "\251 2000-2022 The FreeType Project www.freetype.org. All rights reserved."
    
    48
    +      VALUE "LegalCopyright",   L"\x00A9 2000-2022 The FreeType Project www.freetype.org. All rights reserved."
    
    49 49
           VALUE "InternalName",     "freetype"
    
    50 50
           VALUE "OriginalFilename", FT_FILENAME
    
    51 51
         END
    
    ... ... @@ -56,6 +56,6 @@ BEGIN
    56 56
         /* The following line should only be modified for localized versions.  */
    
    57 57
         /* It consists of any number of WORD,WORD pairs, with each pair        */
    
    58 58
         /* describing a "language,codepage" combination supported by the file. */
    
    59
    -    VALUE "Translation", 0x409, 1252
    
    59
    +    VALUE "Translation", 0x409, 1200
    
    60 60
       END
    
    61 61
     END


  • reply via email to

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