Aegisub/libaegisub
Niels Martin Hansen f278c35f3f Dynamically use either inline_string escaping or uuencoding for extradata
Since luabins generates binary data which grows up to 3x by escaping,
it's more efficient to uuencode that instead.
A marker is placed as the first character of the value field, either
'e' for inline_string escaped text, or 'u' for uuencoded binary data.
The key is always inline_string escaped, as it will typically be
human readable.
2014-04-25 16:04:08 +02:00
..
ass Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
common Add an option to ignore punctuation for the character counter 2014-04-18 20:11:38 -07:00
include/libaegisub Dynamically use either inline_string escaping or uuencoding for extradata 2014-04-25 16:04:08 +02:00
osx Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
unix Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
windows Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
lagi_pre.h Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
Makefile Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00