[ooo-build-bugs] [Bug 30504] New: Incorrect save NUMBER value to DBF
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 30 09:05:23 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30504
Summary: Incorrect save NUMBER value to DBF
Product: LibreOffice
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: libreoffice
AssignedTo: ooo-build-bugs at lists.freedesktop.org
ReportedBy: tonal.promsoft at gmail.com
Created an attachment (id=39074)
View: https://bugs.freedesktop.org/attachment.cgi?id=39074
Review: https://bugs.freedesktop.org/review?bug=30504&attachment=39074
diff for correct this iusse
Open Office Calc save numeric value in numeric column as text representation
and
add null chars right for column with.
Bat other applications save value as text and space chars left for column with.
For example:
Format: N, 3, 0
Value: 1
Calc saved value (hex): 31 00 00
Other Apps saved value (hex): 20 20 31
This inaccuracy does not affect the format of the readers implemented in C or
C++ but can break the implementation in other languages (Python, Ruby, Haskell)
Number column format descriptions:
"Number stored as a string, right justified, and padded with blanks to the
width of the field."
http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm :
"Numeric: . 0 1 2 3 4 5 6 7 8 9 + -, right justified, left blank filled"
http://linux.techass.com/projects/xdb/xbasedocs/xbase_c2.html:
OOo iusse 44116:
http://www.openoffice.org/issues/show_bug.cgi?id=44116
Russian discursions:
http://community.i-rs.ru/index.php/topic,5783.0.html
http://community.i-rs.ru/index.php/topic,15643.0.html
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the ooo-build-bugs
mailing list