Comment #18 on issue 876 by [email protected]: UTF-8 support broken in  
Linux and MacOsX - workaround available
http://code.google.com/p/openmeetings/issues/detail?id=876

thats already the case.
Please sync and test with the latest revision again.

The problem is: The function does not find the special chars.
The problem is in this first while-loop

((t.charCodeAt(i)>=0x80 && t.charCodeAt(i)<=0xBF) ||  
(cp1252[t.charCodeAt(i)]))

the charCode mut be greater then 0x80 ... 0x80 is the hexadecimal for 128  
and it must
be smaller then 0xBF .. that is 191

none of the chars üöäÜÖÄ is in between those numbers.
So the function never comes that far that is replaces anything.

Can you please check. I also added some debug that will give you the  
charCode of the
chars you've entered.
When you can give me those codes and the the *real* string that it should  
be, than I
will try to replace those. ok?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to