Auto UTF-8 Encode 3.3k
updated 11d ago Your text content should always be UTF-8 encoded, no? `` apacheconf # Use UTF-8 encoding for anything served text/plain or text/html AddDefaultCharset utf-8 # Force UTF-8 for a number of file formats AddCharset utf-8 .atom .css .js .json .rss .vtt .xml `` Source