Skip to content

Commit

Permalink
Merge pull request #447 from lifenjoiner/utf8
Browse files Browse the repository at this point in the history
change .gitattributes encoding UTF-16 to UTF-8 and set it for lang files
  • Loading branch information
stefankueng authored Feb 2, 2024
2 parents 6ab271d + 872d6ab commit a0b8ab7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/src/Resources/grepWin.rc2 text working-tree-encoding=UTF-16
/src/Resources/grepWin.rc text working-tree-encoding=UTF-16
/src/resource.h text working-tree-encoding=UTF-16
/src/Resources/grepWin.rc text working-tree-encoding=UTF-8
/src/Resources/grepWin.rc2 text working-tree-encoding=UTF-8
/src/resource.h text working-tree-encoding=UTF-8
/translations/*.lang text working-tree-encoding=UTF-8
2 changes: 2 additions & 0 deletions src/Resources/grepWin.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 Down
2 changes: 1 addition & 1 deletion src/Resources/grepWin.rc2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//
//
// grepWin.rc2 - resources Microsoft Visual C++ does not edit directly
//

Expand Down
2 changes: 1 addition & 1 deletion src/resource.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//{{NO_DEPENDENCIES}}
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\grepWin\src\Resources\grepWin.rc
//
Expand Down

0 comments on commit a0b8ab7

Please sign in to comment.