HttpHeader::GetCharset: fix: properly find charset according to RFC 2616
authorKarlson2k <k2k@narod.ru>
Thu, 21 Nov 2013 19:34:03 +0000 (23:34 +0400)
committerKarlson2k <k2k@narod.ru>
Mon, 9 Dec 2013 14:52:21 +0000 (18:52 +0400)
commite0a06abc4267bf1724f8c0713a272c035a0be254
tree23b240ba183caedc4723d529eb4539574a5fc1b6
parenta9e149117f3b014f5d26e232e34630776bcea6e3
HttpHeader::GetCharset: fix: properly find charset according to RFC 2616
* detect more than one whitespace
* use 'tab' as whitespace
* allow charset to be quoted
xbmc/utils/HttpHeader.cpp