To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93503





------- Additional comments from tantai_thanaka...@openoffice.org Wed Sep 22 
06:41:07 +0000 2010 -------
In the export filter, I remove the code that "check Thai T NatNum modifier and 
export as "t" to Excel" because in Excel, the "t" format will format Thai 
number 
using native digits correctly in Thai locale only. So I check NatNum specifier 
and export it as LCID to format Thai number shape correctly in all locale. 

In the import filter, I add the check for LCID and convert it into an 
appropriate calendarID and NatNum before checking for symboltype.

I try to add support for other calendarID in the export and import filter. 
However, I have the following problems in the export filter :- 
- for [~hijri], in GetMappedFormatString(), I always get LANGUAGE_ENGLISH_US in 
the cell while actually it should be LANGUAGE_ARABIC_XXXX. So I cannot add the 
right numeral shape code into the LCID.
- for [~persian], in GetMappedFormatString(), the celendarID [~-persion] 
disappear from the format code. I don't know when and why.

---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to