Issue 70405 - number formatting only accepts .-- as .00 replacement - also accept emdash
Summary: number formatting only accepts .-- as .00 replacement - also accept emdash
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 2.0.4
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 15:33 UTC by xale
Modified: 2013-02-07 22:38 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description xale 2006-10-13 15:33:28 UTC
In a table, only .-- can be used to replace the "00" decimals for a currency.

Using .&emdash;* will replace all the decimals instead of only the  undefined ones:

as an example

3
4.25

will become

3.--
4.25

but

3.&emdash;
4.&emdash;

is "written" in some locale? am i missing something?

thanks for fixing if it's really a bug!

a.l.e

* &emdash; is a longer dash, ... for those are not html entities native language :-)
Comment 1 michael.ruess 2006-10-27 12:12:09 UTC
It could be good to also use the "emdash" for currency input in table cells.
this feature is from Spreadsheet component (Writer' tables "borrow" it from
there), thus I change th "component" field.