Replaces all escaped characters with their one byte equivalent. It does the reverse conversion of g_strescape().
a string to compress.
a newly-allocated copy of source with all escaped character compressed.
See Implementation
Replaces all escaped characters with their one byte equivalent. It does the reverse conversion of g_strescape().