To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74184
                  이슈 #|74184
                    제목|unicode support for code() and char()
                컴포넌트|Spreadsheet
                    버전|OOo 2.2
         하드워에 플랫폼|All
                     URL|
                 OS/버전|All
                    상태|NEW
         상태 Whiteboard|
                  키워드|
                해결상태|
               이슈 타입|DEFECT
                우선순위|P3
            하위컴포넌트|ui
                    할당|spreadsheet
                  보고자|jeongkyu





------- 추가된 내용 [EMAIL PROTECTED] 2007/02/05 05:09:49 +0000 -------
The code() and char() functions work as expected for ASCII characters. However,
they don't work for Korean characters because those functions don't support
Unicode. From the fact that both functions work correctly in Excel even for
Unicode characters, _this would cause some compatibility issue with MS Office_.

How to reproduce,

1. Open a new calc document

2. Enter =code("A") into a cell.
3. Confirm the value turns to 65.
4. Enter =char(65) int another cell
5. Confirm the value truns to A.

6. Enter =code("가") into a cell
7. Confirm the value turns to 0
   (This is supposed to be 45217 considering unicode table).
8. Enter =char(45217) into another cell
9. Confirm the value turns to Error:502.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://www.openoffice.org/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]

Reply via email to