Converting HTTP Header Values To UTF-8 In ColdFusion
Explains how to convert HTTP header values from ISO-8859-1 to UTF-8 encoding in a ColdFusion application, specifically for Cloudflare geo-headers.
Explains how to convert HTTP header values from ISO-8859-1 to UTF-8 encoding in a ColdFusion application, specifically for Cloudflare geo-headers.
A developer details a tricky middleware bug in a Clojure web scraping framework that caused character encoding issues due to header casing.
A guide to removing Byte Order Marks (BOM) from files using a simple PHP code snippet.
A developer explores using Unicode ligatures to shorten tweets, creating a script called 'ligatweet' and analyzing browser support for special characters.