mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Implement xiv fixes into Dalamud.Boot (#857)
This commit is contained in:
parent
02dd1eddec
commit
75de126c9d
40 changed files with 41576 additions and 196 deletions
21
lib/srell3_009/readme_en.txt
Normal file
21
lib/srell3_009/readme_en.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
How to Use
|
||||
|
||||
Put the following three files in one directory, and include srell.hpp.
|
||||
1. srell.hpp
|
||||
2. srell_ucfdata2.hpp (data for case folding)
|
||||
3. srell_updata.hpp (data for Unicode properties)
|
||||
|
||||
The files in the following directories are supplements. As SRELL does not use
|
||||
them, it is safe to remove them.
|
||||
|
||||
* misc
|
||||
Contains a source code file for a simple test and benchmark program.
|
||||
|
||||
* single-header
|
||||
Contains a standalone version of srell.hpp into which srell_ucfdata2.hpp
|
||||
and srell_updata.hpp have been merged.
|
||||
|
||||
* unicode
|
||||
Contains source code files for programs that generate srell_ucfdata.hpp and
|
||||
srell_update.hpp from latest Unicode data text files.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue