Ryan C. Gordon
|
21b2fd39f2
Made PHYSFS_caseFold() a public API.
|
8 years ago |
Ryan C. Gordon
|
9f8ecb91cb
unicode: Added UTF-16 and UCS-4 stricmp functions.
|
8 years ago |
Ryan C. Gordon
|
b082bc3432
Removed __PHYSFS_stricmpASCII functions.
|
8 years ago |
Ryan C. Gordon
|
d1f2637ca8
utf8: big improvements to case-insensitive UTF-8 string compare.
|
8 years ago |
Ryan C. Gordon
|
f0eb5c0db9
Marked a bunch of things as "FIXME-3.0" that I want resolved before 3.0 ships.
|
8 years ago |
Ryan C. Gordon
|
32d4f4541e
HTTPS all the things.
|
10 years ago |
Ryan C. Gordon
|
4b906c1e5f
Short circuit case-insensitive compare of two equal Unicode codepoints.
|
11 years ago |
Ryan C. Gordon
|
123313c3cd
Make __PHYSFS_utf8stricmp() work like you'd expect.
|
13 years ago |
Ryan C. Gordon
|
53fe6d360a
Renamed __PHYSFS_utf8strcasecmp() to __PHYSFS_utf8stricmp().
|
14 years ago |
Ryan C. Gordon
|
6a1aca5db5
Make sure utf8codepoint() advances the pointer even on bogus input.
|
15 years ago |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
15 years ago |
Ryan C. Gordon
|
8def2f8aaf
Fixed some single-line comments.
|
15 years ago |
Ryan C. Gordon
|
c88d2c3746
Added UTF-16 support.
|
15 years ago |
Ryan C. Gordon
|
acdfcfca04
Fixed incorrect comments.
|
15 years ago |
Ryan C. Gordon
|
77d16c2bed
Zero-sized destination buffers when converting to UTF-8 shouldn't overflow.
|
15 years ago |
Ryan C. Gordon
|
595ac1da39
Cleaned up returns that look like function calls for my updated coding style.
|
16 years ago |
Ryan C. Gordon
|
5323b6a532
Fixed latin1 to UTF-8 conversion (sign conversion was broken).
|
17 years ago |
Ryan C. Gordon
|
07e97a0166
Fixed some Sun Studio warnings about unreachable code.
|
17 years ago |
Ryan C. Gordon
|
2a65060cde
Moved directory structure around.
|
17 years ago |