Exploring browser-supported Unicode characters and a tweet shortening experiment
A developer explores using Unicode ligatures to shorten tweets, creating a script called 'ligatweet' and analyzing browser support for special characters.
A developer explores using Unicode ligatures to shorten tweets, creating a script called 'ligatweet' and analyzing browser support for special characters.
A developer solves a Java resource bundle encoding issue for Japanese characters using the native2ascii utility.
Explains the difference between encode() and encodeURIComponent() in JavaScript for correctly handling special characters like Swedish å, ä, ö in URI parameters.