• Chen Bill's avatar
    fix EncodeUTF8, DecodeUTF8 (#2540) · 4c91f19f
    Chen Bill authored
    * check sizeof(wchar_t)
    
    * EncodeUTF8: use unsigned operand
    
    * DecodeUTF8: use unsigned operand
    
    * EncodeUTF8: check array size
    
    * DecodeUTF8: check array size
    
    * replace sprintf with snprintf
    
    * zero initialize
    
    * remove outdated macro
    
    * remove outdated macro in clzma
    4c91f19f
bufferio.h 3.95 KB