Talk:MIMETypesCodecs
HEX and Octal ???
> char[0,8]: '\211PNG\r\n\032\n'
> char[0,7]: '\x80theora'
Why using HEX for some codecs and octal for others ? IMHO all should be hex ...
> char[0,8]: '\211PNG\r\n\032\n'
> char[0,7]: '\x80theora'
Why using HEX for some codecs and octal for others ? IMHO all should be hex ...