Skip to content
  • rswindell's avatar
    c_unescape_char/str now supports \ddd (for decimal character literals, · ed3b28f1
    rswindell authored
    ala Synchronet text.dat) by default and octal format only if
    C_UNESCAPE_OCTAL_SUPPORT is defined.
    \X## is no longer supported (must use the C-standard \x##
    Only 2 hex digits are now supported, longer streams of valid hex digits will
    not be parsed as a literal character (unlike the C standard)
    ed3b28f1