1
0
Fork 0
flightgear/src/EmbeddedResources
Florent Rougon 9054a51dd3 fgrcc: use octal escape sequences instead of hexadecimal ones
Octal escape sequences can be as short as 2 bytes (\0, ..., \7),
therefore they allow one to generate shorter files than hex escapes, for
the same resource contents. The line lengths won't be as even, but this
is purely cosmetic, virtually no one will ever read the resource data
string literals, so this is quite a negligible drawback compared to the
advantage of using less space in the Git repository every time resource
files are committed.
2018-01-19 08:12:24 +01:00
..
CMakeLists.txt Embedded resources: add a resource compiler (fgrcc) 2017-06-11 17:46:32 +02:00
fgrcc.cxx fgrcc: use octal escape sequences instead of hexadecimal ones 2018-01-19 08:12:24 +01:00
fgrcc.hxx fgrcc: use correct C++ variable names in generated C++ files 2017-08-03 11:14:19 +02:00
FlightGear-resources.xml Remove XLIFF files from this repository 2017-08-18 11:22:47 +02:00