Skip to content

Commit

Permalink
now using UTF8 string encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
matortheeternal committed May 4, 2018
1 parent cc417c2 commit e00ae70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/msLoader.pas
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function InitBase: boolean;
LoadLanguage;

// INITIALIZE TES5EDIT API
wbStringEncoding := seUTF8;
wbDisplayLoadOrderFormID := True;
wbSortSubRecords := True;
wbDisplayShorterNames := True;
Expand Down

0 comments on commit e00ae70

Please sign in to comment.