• Alexandr N. Zamaraev's avatar
    Fixes incorrect save NUMBER value to DBF (fdo#30504) · d70d9fc8
    Alexandr N. Zamaraev yazdı
    Open Office Calc save numeric value in numeric column as text
    representation 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)
    d70d9fc8
Adı
Son kayıt (commit)
Son güncelleme
avmedia Loading commit data...
basic Loading commit data...
configmgr Loading commit data...
connectivity Loading commit data...
desktop Loading commit data...
drawinglayer Loading commit data...
editeng Loading commit data...
embeddedobj Loading commit data...
eventattacher Loading commit data...
fileaccess Loading commit data...
formula Loading commit data...
fpicker Loading commit data...
framework Loading commit data...
idl Loading commit data...
linguistic Loading commit data...
officecfg Loading commit data...
oovbaapi Loading commit data...
readlicense_oo Loading commit data...
scripting Loading commit data...
sfx2 Loading commit data...
shell Loading commit data...
svx Loading commit data...
sysui Loading commit data...
ucb Loading commit data...
uui Loading commit data...
vbahelper Loading commit data...
xmlhelp Loading commit data...
xmloff Loading commit data...
xmlscript Loading commit data...
.gitignore Loading commit data...