Issue 114125 - [numberformatter] NaN double values with decimal separator
Summary: [numberformatter] NaN double values with decimal separator
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m86
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 14:21 UTC by mst.ooo
Modified: 2017-05-20 10:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mst.ooo 2010-08-26 14:21:35 UTC
as described in issue 112652, for certain formats the number formatter
may insert a decimal separator (comma) into doubles that are NaN.

i.e. the result is "N,aN".

this seems to depend on the style used, from the bugdoc:

    <number:number-style number:language="hu" number:country="HU"
style:name="N5002">
      <number:number number:min-integer-digits="1" number:decimal-places="2"/>
    </number:number-style>
    <number:number-style number:language="hu" number:country="HU"
style:name="N5000">
      <number:number number:min-integer-digits="1"/>
    </number:number-style>

the problematic style seems to be the first one.
Comment 1 Marcus 2017-05-20 10:47:51 UTC
Reset assigne to the default "issues@openoffice.apache.org".