Aegisub/libaegisub/include/libaegisub/ass
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
..
dialogue_parser.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
uuencode.h Dynamically use either inline_string escaping or uuencoding for extradata 2014-04-25 16:04:08 +02:00