Most voted "content-coding" questions
5 questions
Sort by count of
-
21
votes1
answer778
viewsWhat are error-correcting codes?
What they are and how they work error-correcting codes (error-correcting code)? I’ve seen this concept for example in QR Code (where partially damaged and/or imperfectly captured code is still…
mathematics serialization error-recovery content-codingasked 9 years, 4 months ago mgibsonbr 80,631 -
4
votes1
answer89
views"ob_gzhandler" on the same server not always supported
On the same hosting server, some accounts support ob_gzhandler and send the compression page to the browser: /* Sending gz-encoded data to web browsers * that support compressed web pages */…
-
3
votes1
answer597
viewsJava String byte array with negative numbers
I’m having trouble figuring out the encoding of a string. The entrance is: São Paulo The original reading of this content is not my job, because the text goes through a Lua wrapper for Java. On my…
-
2
votes4
answers1354
viewsXML returned by web service with encoding error
Hello, I have an XML that returns from a webservice with encoding errors, on encoding XML is like UTF-8 but it doesn’t display accents correctly and I can’t detect which correct encoding it should…
-
1
votes1
answer1017
viewsHow to set UTF-8 default page encoding on Windows Server IIS?
I have a coding problem (accentuation) with the template pattern of Bootstrap, specifically the carousel. The official code has the goals defined thus: <html lang="en"> <head> <meta…