Issue 32998 - ja Help: Another decimal point error, etc. in OOoBasic format() example
Summary: ja Help: Another decimal point error, etc. in OOoBasic format() example
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: PC Windows XP
: P4 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: joerg.skottke
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-14 23:00 UTC by kasey
Modified: 2004-12-08 13:51 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 kasey 2004-08-14 23:00:29 UTC
In text/sbasic/common/03120301,

Scientific: æ•°å€¤ã‚’æŒ‡æ•°å½¢å¼ (科学書å¼) ã§è¡¨ç¤ºã•ã›ã¾ã™ (ãŸã¨ãˆã° 1000 ã‚’ 1,00E+03
ã¨è¡¨ç¤º)。

but running the following code actually shows "1.00E03" in Japanese Hakone, with
a Japanese decimal point and without the plus sign. 

print format(1000,"Scientific")

Please have the database maintainer fix this issue asap.
Comment 1 naoyuki 2004-08-25 05:06:28 UTC
This is not ja specific, but source English message issue.
Comment 2 naoyuki 2004-08-25 05:11:43 UTC
Hi Elizabeth,
I heard you are the responsible person for English help content. This bug is
reported as Japanese help bug, but I confirmmed this comes from English help.
Please handle this issue.
English translation for Japanese part of Descripiton:
Scientific: Displays numbers in scientific format (for example, 1,00E+03 for 1000).
Comment 3 e.matthis 2004-09-14 17:07:38 UTC
I do not do help or documentation, only software UI.
Comment 4 frank.thomas.peters 2004-09-14 17:16:26 UTC
FPE->UFI: Pls check if this needs fix in the source
Comment 5 Uwe Fischer 2004-09-15 08:39:52 UTC
changed file text/sbasic/shared/03120301.xhp. The string 1,00E+03 works in
german locale; it must be 1.00E+03 in en_US
Comment 6 Uwe Fischer 2004-10-18 13:59:31 UTC
.
Comment 7 Uwe Fischer 2004-10-18 14:00:17 UTC
UFI: pls verify in CWS helpcontentbeta and close
Comment 8 joerg.skottke 2004-10-27 08:59:57 UTC
On behalf of UFI i set this task to FIXED
Comment 9 joerg.skottke 2004-11-18 13:54:09 UTC
Need more info: What do i have to test here?
Comment 10 joerg.skottke 2004-11-18 13:55:12 UTC
ufi? i do not understand what to test. 
Comment 11 Uwe Fischer 2004-11-18 14:04:33 UTC
Open Basic help, search for Format Function [Runtime]. In the example at the end
there should be no decimal comma but a decimal point.
Comment 12 Uwe Fischer 2004-11-18 14:04:48 UTC
.
Comment 13 joerg.skottke 2004-11-18 14:31:00 UTC
jsk->ufi. That simple? Well, dots everywhere. Verified.
Comment 14 joerg.skottke 2004-12-08 13:51:18 UTC
should be ok now.