]> git.sesse.net Git - vlc/commit
* src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
authorChristophe Massiot <massiot@videolan.org>
Fri, 5 Aug 2005 13:54:35 +0000 (13:54 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 5 Aug 2005 13:54:35 +0000 (13:54 +0000)
commitb314c95053db745a17d436b342cc2f5775d88a1d
tree3ac49cfe7279ad2db02a19b32451d4caa9c8957f
parentaf59bbe34108c68a70c11fbaaae7660c21ff4f21
 * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
   to ascii instead of UTF-8 because those pages actually contain only
   ascii characters, and it allows it to work with all browsers including
   those which do not support UTF-8. BTW these pages should be somewhere
   in the filesystem instead of hard-coded in the C file.
src/misc/httpd.c