mirror of
https://github.com/reactos/rapps-db.git
synced 2024-11-23 03:29:39 +00:00
Clarify the file encoding
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
parent
82fe570678
commit
5b5d057adc
@ -5,8 +5,8 @@ ADDING PROGRAMS TO THE RAPPS DATABASE
|
||||
|
||||
Each program entry consists of a text file formatted with an INI-like syntax.
|
||||
|
||||
They must be:
|
||||
Encoded in `UTF-16 LE (Little Endian)` or characters out of the ANSI range will display broken.
|
||||
They must be encoded in UTF-8 without BOM (Byte Order Mask) in this repository.
|
||||
However, when you are testing a new entry file with RAPPS in ReactOS or Windows, they are stored in UTF-16 LE (Little Endian) encoding in the `rapps` folder on disk - otherwise characters out of the ANSI range will display broken.
|
||||
**Note:** some editors like Notepad++ call this format `UCS-2 Little Endian.`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user