I've searched the WIKI and the forum already.
The only thing that I found was the Unicode version of NSIS, I've tried it and still doesn't work.
So I think I should start some post.
Ok, I'm currently working on the uTorrent (http://www.utorrent.com) installer [not official]. Which will contains All of its plugins, WebUI, Language, icons, etc.
I've managed to make it works for sometimes now, however up until now I figured that the Uninstall entries and the shortcut entries are not exactly the same as the program itself. Since the name "uTorrent" , the 'u' character in this place stands for micro(µ) << the Special character representing the power of 9 in Mathematics, not the normal 'u' we've already known about.
So all I want is to change all of my entries to this 'µ' instead. However, it doesn't seems to work at all. I tried to converting my script to the Unicode format so that I can put this 'µ' in my script. But the shortcut and the uninstall entries display wrong character.
Below are my Screenies:


I have no idea what to do now. Any suggestions anyone?
May be the only way to do this is to use the RAW ASCII code or something..
Thank you guys.