of a url sent to a irc channel by irc users while attempting to identify the
correct character encoding to preserve the information and replace
HTML Entities with their desired unicode counterparts.
http://github.com/madpinger/Eggdrop-URL-title-script
Bash me, use it, abuse it, what ever works. ^.^
Just felt like doing it.
First url is utf-8, second url is euc-jp.
example of iso8859-1 compiled bot:

example of utf-8 compiled bot:

As you can see, it handles different encoding tho, with limits depending on the system's and the bots compiled encoding.
Updates:
Added Speechles's new proc with some notes, as you will need to make changed in order for it to work depending on your system and how your bot is compiled. Eventually, I'll get around to it or more simply put figure out how to account for all the different configurations.
Fixed white space issues as pointed out by spithash. Just never occurred to me as an issue, lol.
Changed how I use http clean up, so it should not loose any tokens.