Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
burner1024 committed May 21, 2023
1 parent c90e6fd commit e19ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

1. Less options. In particular, there's no (no)convert/(no)reload arrays. Use `WITH_TRA`/`LOAD_TRA`/`USING` to scope your tra files to corresponding components.
2. Any file named `ee.tra` or matching `*_ee.tra` mask is inferred to be in UTF-8, even if the rest of the files are in Windows-specific encoding.
3. Files named `setup.tra` or `install.tra` are inferred to be in Windows-specific encoding, even the rest of the files are in UTF-8.
3. Files named `setup.tra` or `install.tra` are inferred to be in Windows-specific encoding, even if the rest of the files are in UTF-8.
4. Files named `setup.tra` or `install.tra` in Russian or Ukrainian languages are inferred to be in `cp866` encoding, not `cp1251`. That's the correct console encoding in Windows in those languages.
5. In Linux and Mac OS, usual console encoding is UTF-8. `split_console` allows you to generate multiple OS-specific console message files with correct encoding. One `setup.tra` turns into 3 files: `setup-win32.tra`, `setup-unix.tra`, `setup-osx.tra`. Same goes for `install.tra`.

Expand Down

0 comments on commit e19ddd5

Please sign in to comment.