Can someone point me at Erlang code which does the equivalent of Java's URLEncoder/Decoder classes? I need to process URL query strings and make sure that the names/values are properly encoded. --Kevin