https://issues.apache.org/ooo/show_bug.cgi?id=119943

Zhang Lu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78314|                            |review?
              Flags|                            |

--- Comment #3 from Zhang Lu <[email protected]> ---
Created attachment 78314
  --> https://issues.apache.org/ooo/attachment.cgi?id=78314&action=edit
Add patch

I'm working on this defect.
Root Cause:
Underline "_" can not work with ";" in format code, the semicolon will always
be regarded as separator. when  meet ";", number format scanner recognized it
as a section divide symbol. ignore '*' and '_'  before ';', and need to handle
several place holder or other special symbol 

Resolution:
if ';' is put behind of '_' and '*'(such escape symbol) , recognized it as a
simple string and checked the number of such special symbol

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to