Skip to main content

Questions tagged [content-encoding]

2 votes
1 answer
89 views

On Pixel 6 (Android) using the Chrome browser, there's this strange symbol I've never seen before that usually appears before some of the line breaks on my website. Does anyone have any idea what this ...
car10309's user avatar
0 votes
0 answers
802 views

On Pingdom Tools I get a message to Compress components with gzip. We use asp.net on Windows 2016 server (IIS10). I have set in web.config the following <httpCompression> <staticTypes&...
Bjørn Hellesylt's user avatar
3 votes
1 answer
734 views

Some background first: 2003 - 2010 In 2003, I switched from HTML 4.01 to XHTML 1.0 and encoded my XHTML documents, using: <meta http-equiv="Content-Type" content="text/html; charset=ISO-...
Rounin's user avatar
  • 2,395
5 votes
4 answers
15k views

I'm developing a web application which downloads a number of web pages using PHP curl. It then uses diff to compare the files as they change each day. I reported a problem a few weeks back where ...
Andy's user avatar
  • 247
8 votes
3 answers
3k views

We have a website made in asp.net with razor engine. The razor engine encodes the content from source/database. So, for example, the letter ö becomes &#246; if I look at the source code in the ...
f_karlsson's user avatar
1 vote
1 answer
79 views

Per the title, I'm looking for a browser capability list for Accept-Encoding: lzf - I'd like to use lzf encoding but I'm not which browsers support it and couldn't find a list. Thanks in advance
Brandt Solovij's user avatar
3 votes
2 answers
308 views

I have created a pdf under the name André.pdf on my server. However, I am not sure if this is the actual filename. I first assumed André.pdf is the actual filename because I can access it through ...
Adam's user avatar
  • 399
2 votes
1 answer
92 views

We changed to a new server with a completely upgraded software stack, including apache 2.4 and php 5.6.9. We have a page in Simplified Chinese. On our old server (apache 2.2, php 5.3.5), the pages ...
Jeffrey Simon's user avatar
0 votes
1 answer
900 views

I have an old web application (not maintained anymore) of which a small part is still needed; this is displayed in iframes. Unfortunately, the old application uses ISO-8859-1 encoding (which it doesn'...
Tobias's user avatar
  • 165
1 vote
2 answers
190 views

I'm curious, as to what is the right way to have UTF-8 encoding on all web files All my files (incl. CSS and JS) are made and saved in UTF-8 encoding In PHP, I set the char-set on top of the main ...
mowgli's user avatar
  • 321
2 votes
1 answer
5k views

I discovered that you can covert images into base64 strings and use those string within img tags and css like this: <img alt="" src="data:image/png;base64,iVBORw0KGgoAhEUgAAA ... FTkSuQmCC" /> ...
Hoytman's user avatar
  • 459
1 vote
1 answer
181 views

I am trying to set my site's encoding to UTF-8 but I fail. Environment: Ubuntu Desktop 13.04, Apache 2.2, PHP+FPM. Added a .htacces: AddDefaultCharset UTF-8 Meta: file -bi * output: inode/directory; ...
user2302838's user avatar
0 votes
3 answers
4k views

We all know what character encoding is. Like the simple ASCII 7 bit used for normal 128 characters representing and UTF-8 for representing 256 characters. I have 2 questions: Some people saying UTF-8 ...
Unknown's user avatar
  • 333
9 votes
4 answers
9k views

I have a HTML page that correctly (the encoding of the physical on disk matches it) announces it's Content-Type: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> &...
hakre's user avatar
  • 460
5 votes
3 answers
344 views

Is there any site, chart, or raw data that shows how much of user have used Unicode (UTF-8) or Western (ISO-8859-1) or Chinese and so. Or provide rough data of what is used in major number of sites. ...
Santosh Kumar's user avatar

15 30 50 per page