To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92379
------- Additional comments from [EMAIL PROTECTED] Wed Sep 17 10:35:51 +0000 2008 ------- Actually 0x7F-0x9F are control characters, and there are right-to-left-mark and vice versa and maybe other flow control. A check using !unicode::isControl() or unicode::isPrint() might be correct. On the other hand, I'm not sure if we would miss anything Excel allows and it's probably not worth doing some mumbo-jumbo there. Just change to (uc > 127) ;-) Re cwsaddtask: as I asked you to add this to the CWS I shouldn't get upset if you added the task ;) --------------------------------------------------------------------- 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]
