Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change .gitattributes encoding UTF-16 to UTF-8 and set it for lang files #447

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading