Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Development => Topic started by: White-Tiger on 25 02 2015, 18:49:31

Title: IEView and Unicode URL's
Post by: White-Tiger on 25 02 2015, 18:49:31
Well.. I should rather fix it than creating a post :P But just found out that IEView doesn't handle Unicode URL's^^
If you receive or send a message with this URL: http://はじめよう.みんな/ (http://はじめよう.みんな/) it appears to be correct, but clicking it doesn't work as the real URL doesn't support Unicode and instead replaces every single character by"?"
Title: Re: IEView and Unicode URL's
Post by: Robyer on 26 02 2015, 20:59:58
Does it work with pure TabSRMM log? Because IEView just calls Miranda's MS_UTILS_OPENURL service.
Title: Re: IEView and Unicode URL's
Post by: White-Tiger on 27 02 2015, 09:52:51
Doesn't have to do with the way the URL is opened^^
This is the HTML source code:
Code: [Select]
<a class="link" target="_self" href="http://?????.???/">http://はじめよう.みんな/</a>
edit: maybe caused by TextToken.cpp:339 because "newToken->getText()" is the ANSI version^^