I was writing an Html unescape algorithm in Java today. What I came out with is the one below. There is a problem in the algorithm below that eats up some space or characters for some corner cases. Can you figure out what the problem is? I wrote the class in a way so that… Continue reading How To Unescape HTML in Java