Skip to content

Commit 49c40a2

Browse files
committed
[PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8
1 parent 2e8f4e2 commit 49c40a2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

base/shell/progman/new_resources.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// Anglais (�tats-Unis) resources
16+
// Anglais (Etats-Unis) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
1919
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -282,7 +282,7 @@ BEGIN
282282
IDS_SYMBOLS_ICO "Icons (*.ico)"
283283
END
284284

285-
#endif // Anglais (�tats-Unis) resources
285+
#endif // Anglais (Etats-Unis) resources
286286
/////////////////////////////////////////////////////////////////////////////
287287

288288

dll/win32/msports/lang/it-IT.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN
99
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
1010
RTEXT "Bit di &Dati:", -1, 6, 40, 130, 8, WS_GROUP
1111
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
12-
RTEXT "&Parit�:", -1, 6, 61, 130, 8, WS_GROUP
12+
RTEXT "&Parità:", -1, 6, 61, 130, 8, WS_GROUP
1313
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
1414
RTEXT "Bit di &Stop:", -1, 6, 82, 130, 8, WS_GROUP
1515
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL

modules/rosapps/lib/vfdlib/vfdlib.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// ƭ���� resources
16+
// resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
1919
#ifdef _WIN32
@@ -199,7 +199,7 @@ IDI_VFD_ICON ICON DISCARDABLE "res/vfd.ico"
199199
IDI_IMAGE_ICON ICON DISCARDABLE "res/image.ico"
200200
IDI_CONFIG_ICON ICON DISCARDABLE "res/config.ico"
201201
#endif
202-
#endif // ƭ���� resources
202+
#endif // resources
203203
/////////////////////////////////////////////////////////////////////////////
204204

205205

modules/rostests/win32/user32/biditext/biditext.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BEGIN
3838
VALUE "FileDescription", "Win32 Example Application"
3939
VALUE "FileVersion", "1.0.0.0"
4040
VALUE "InternalName", "Win32App"
41-
VALUE "LegalCopyright", "2017 Transmission Zero"
41+
VALUE "LegalCopyright", "(c)2017 Transmission Zero"
4242
VALUE "OriginalFilename", "Win32App.exe"
4343
VALUE "ProductName", "Win32 Example Application"
4444
VALUE "ProductVersion", "1.0.0.0"
@@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
5858
BEGIN
5959
ICON IDI_APPICON,IDC_STATIC,7,7,20,20
6060
LTEXT "Win32 Example Application",IDC_STATIC,34,7,89,8
61-
LTEXT "2017 Transmission Zero",IDC_STATIC,34,17,86,8
61+
LTEXT "(c)2017 Transmission Zero",IDC_STATIC,34,17,86,8
6262
DEFPUSHBUTTON "OK",IDOK,90,46,50,14,WS_GROUP
6363
END
6464

win32ss/user/winsrv/consrv/lang/cs-CZ.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
22

33
STRINGTABLE
44
BEGIN
5-
IDS_CONSOLE_TITLE "P��kazov� ��dek ReactOS"
5+
IDS_CONSOLE_TITLE "Pøíkazový øádek ReactOS"
66
END

0 commit comments

Comments
 (0)