Author Topic: IEView and Unicode URL's  (Read 3241 times)

0 Members and 1 Guest are viewing this topic.

Offline White-Tiger

  • Developer
  • *****
  • Posts: 182
  • Country: 00
  • SendSS maintainer
IEView and Unicode URL's
« 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://はじめよう.みんな/ 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"?"

 

Offline Robyer

Re: IEView and Unicode URL's
« Reply #1 on: 26 02 2015, 20:59:58 »
Does it work with pure TabSRMM log? Because IEView just calls Miranda's MS_UTILS_OPENURL service.
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline White-Tiger

  • Developer
  • *****
  • Posts: 182
  • Country: 00
  • SendSS maintainer
Re: IEView and Unicode URL's
« Reply #2 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^^
« Last Edit: 27 02 2015, 10:05:46 by White-Tiger »