Romain Vimont
|
0a7fe7ad57
|
Add helpers to truncate UTF-8 at code points
This will help to avoid truncating a UTF-8 string in the middle of a
code point, producing an invalid UTF-8 result.
|
2019-05-30 22:30:18 +02:00 |
|
Romain Vimont
|
ff4430b2a3
|
Declare fun(void) functions with no parameters
This is not C++.
|
2018-10-04 17:04:20 +02:00 |
|
Romain Vimont
|
536b31829a
|
Separate multi-words filenames by '_'
Rename foobar.ext to foo_bar.ext.
<https://github.com/Genymobile/scrcpy/pull/226#discussion_r209454865>
|
2018-08-15 19:30:01 +02:00 |
|
Romain Vimont
|
f75c404a26
|
Add tests for strutil
Test our custom string handling functions.
|
2018-01-18 17:25:13 +01:00 |
|