Comment #16 on issue 876 by Matti.Laakso: UTF-8 support broken in Linux and MacOsX - workaround available http://code.google.com/p/openmeetings/issues/detail?id=876
I am not a pro coder and I dont know javascript very well but when checkin the provided code there is this: var s=eval(Selection.getFocus()); var t=s.text; So he is setting the "s" and then setting the "t" with the s.text but in you code, you are just setting both like this: var s=eval(Selection.getFocus()); var t=txt; I think it is different, but like I said, im not a pro coder so.. :) -- 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 -~----------~----~----~----~------~----~------~--~---
