Skip to content

Commit

Permalink
Merge pull request #1076 from reupen/fix-rc-encoding
Browse files Browse the repository at this point in the history
Fix text encoding of resource file
  • Loading branch information
reupen authored Jan 19, 2025
2 parents 124a32d + f761486 commit c470f61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## Development version

### Bug fixes

- A bug causing incorrect characters to appear in the the Item details format
code generator dialogue box title was fixed.
[[#1076](https://github.com/reupen/columns_ui/pull/1076)]

## 3.0.0-alpha.1

### Features
Expand Down
5 changes: 3 additions & 2 deletions foo_ui_columns/foo_ui_columns.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Microsoft Visual C++ generated resource script.
//
#pragma code_page(65001)

#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
Expand All @@ -19,7 +21,6 @@

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -747,7 +748,7 @@ END

IDD_ITEM_DETAILS_PICK_FONT DIALOGEX 0, 0, 200, 227
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Format code generator Item details"
CAPTION "Format code generator Item details"
FONT 8, "Segoe UI", 400, 0, 0x0
BEGIN
LTEXT "Font family",-1,14,7,47,8
Expand Down

0 comments on commit c470f61

Please sign in to comment.