What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Skandinavian characters in Messenger Plus...

Skandinavian characters in Messenger Plus...
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Skandinavian characters in Messenger Plus...
The problem is unicode...

Such characters are unicode characters and not all plugin makers make their plugin unicode compatible or aren't even aware of such 'problems' or don't fully understand the implications of some code they used (aka 'copied')...

MSN Messenger is fully unicode compatible and for this personal message it also expects to recieve unicode messages when you send that "what I'm listening to" string.

Some plugins aren't written like they should and thus contain bugs (without the developers knowing about it because they simply copy/pasted code from somewhere else without understanding the code or don't know the full proper techniques to do something in the correct way)

eg: to change that personal message you must send a specific windows command/message. This command exists in two flavors: Unicode and normal Ascii. If the developer used the normal Ascii command to send his string but in the wrong way[*], then unicode characters will be automatically converted to ascii characters and you'll get those wierd looking stuff...

*eg: in VB, sending a literal string (which is always unicode in VB) instead of a pointer

Another reason can be that you're still using a Windows version wich doesn't support unicode nativly (eg: Win95/98/Me). Thus even using that unicode command to send a unicode string will simply result in the ascii text again (or even fail). In order to make your Windows unicode compatible you need to install the Unicode Layer for Windows (but still doesn't garantuee that everything in Windows is fully unicode compatible though)...

-----

All in all this isn't a bug in MSN Messenger (and certainly also not in Messenger Plus!), but a bug in the plugin you're using for WinAmp, WMP, or whatever media player you're using...

-----

note: for those who are interested in the technical details about this 'unicode discussion' and especially about the personal message and those special windows commands to send it, take a look at a very old discussion on MSNFanatic. The main part of the thread is talk about the VB code that was posted to send personal messages and how to fix it so it implements unicode properly. So that thread there nicely shows what I talked about in this post and about the fact that many people forget or don't know how to make their stuff unicode compatible (eventhough they can be excellent programmers otherwise, don't get me wrong on that ;)).

This post was edited on 09-19-2005 at 11:15 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-19-2005 11:11 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-16-2005 at 08:59 PM
RE: Skandinavian characters in Messenger Plus... - by Aeryn on 09-16-2005 at 09:34 PM
RE: Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-16-2005 at 09:43 PM
RE: Skandinavian characters in Messenger Plus... - by Menthix on 09-16-2005 at 10:29 PM
RE: Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-16-2005 at 10:31 PM
RE: Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-17-2005 at 07:56 PM
RE: Skandinavian characters in Messenger Plus... - by hexel on 09-17-2005 at 08:15 PM
RE: Skandinavian characters in Messenger Plus... - by KeeM on 09-17-2005 at 09:00 PM
RE: RE: Skandinavian characters in Messenger Plus... - by Leif on 09-19-2005 at 10:32 PM
RE: Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-17-2005 at 09:05 PM
RE: Skandinavian characters in Messenger Plus... - by KeeM on 09-17-2005 at 09:08 PM
RE: Skandinavian characters in Messenger Plus... - by hexel on 09-17-2005 at 09:09 PM
RE: Skandinavian characters in Messenger Plus... - by x2zen on 09-18-2005 at 06:59 AM
RE: Skandinavian characters in Messenger Plus... - by WildlifeWolfie on 09-18-2005 at 08:10 PM
RE: Skandinavian characters in Messenger Plus... - by CookieRevised on 09-19-2005 at 11:11 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On