Repository: flex-tlf
Updated Branches:
  refs/heads/develop dd7faa3e0 -> d452c49ab


Changed Table getText() to return a single code point.


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/d452c49a
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/d452c49a
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/d452c49a

Branch: refs/heads/develop
Commit: d452c49abb20b272da6084b8c0150cdb8b9a0211
Parents: dd7faa3
Author: Harbs <[email protected]>
Authored: Sun Dec 13 15:47:12 2015 +0200
Committer: Harbs <[email protected]>
Committed: Sun Dec 13 15:47:12 2015 +0200

----------------------------------------------------------------------
 textLayout/src/flashx/textLayout/elements/TableLeafElement.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/d452c49a/textLayout/src/flashx/textLayout/elements/TableLeafElement.as
----------------------------------------------------------------------
diff --git a/textLayout/src/flashx/textLayout/elements/TableLeafElement.as 
b/textLayout/src/flashx/textLayout/elements/TableLeafElement.as
index b39b2e5..143bf32 100644
--- a/textLayout/src/flashx/textLayout/elements/TableLeafElement.as
+++ b/textLayout/src/flashx/textLayout/elements/TableLeafElement.as
@@ -69,7 +69,7 @@ package flashx.textLayout.elements
                /** @private */
                public override function get text():String
                {
-                       return "\u0016";
+                       return String.fromCharCode(0x16);
                }
                
                /** @private */

Reply via email to