To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74049 Issue #|74049 Summary|Math: user-defined symbol should be able to handle UCS |4 (20 bit unicode/ UTF-32) characters Component|Formula editor Version|680m199 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tl Reported by|tl
------- Additional comments from [EMAIL PROTECTED] Wed Jan 31 02:01:59 -0800 2007 ------- With the change to the control used in the Edit-Symbols dialog the returned characters are now of type sal_UCS4 instead thus the code needs to be changed appropriately. (For the time being those characters are hard-cast to sal_Unicode, thus everything functional before will be still functional but the new functionality will not work.) The reuired changes include the Math.xcu where the user-defined symbols get saved. The type "char" there should be changed to "string". And the other dialog displaying those characters need to be changed accordingly. Implications on import/export filters remain to be evaluated. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
