Revision: 2264
Author: seba.wagner
Date: Thu Sep 10 00:31:34 2009
Log: Testing text with UTF-8 Patch
http://code.google.com/p/openmeetings/source/detail?r=2264
Modified:
/trunk/openmeetings_lps411/base/components/text/customEdittext.lzx
/trunk/openmeetings_lps411/maindebug.lzx.swf8.swf
=======================================
--- /trunk/openmeetings_lps411/base/components/text/customEdittext.lzx Wed
Sep 9 12:57:29 2009
+++ /trunk/openmeetings_lps411/base/components/text/customEdittext.lzx Thu
Sep 10 00:31:34 2009
@@ -20,11 +20,13 @@
<handler name="onvalue" args="txt">
<![CDATA[
- //if ($debug)
Debug.write("System.capabilities.os ",System.capabilities.os,txt);
+ //
if (System.capabilities.os.indexOf('Linux')==-1) {
return;
}
+
+ if ($debug) Debug.write("System.capabilities.os --
START ",System.capabilities.os,txt);
//UTF8 character remappings
var cp1252 = new Object();
@@ -96,6 +98,8 @@
this.setAttribute("text",t.slice(0,i)+String.fromCharCode(u)+t.slice(d+1));
this.setAttribute("text",txt.split(String.fromCharCode(0x03)).join(''));
}
+
+ if ($debug) Debug.write("-- END ",this.text);
]]>
</handler>
=======================================
--- /trunk/openmeetings_lps411/maindebug.lzx.swf8.swf Wed Sep 9 12:57:29
2009
+++ /trunk/openmeetings_lps411/maindebug.lzx.swf8.swf Thu Sep 10 00:31:34
2009
File is too large to display a diff.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---