[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #63443] var names are not imported right from ods | make
From: |
Peter Lemenkov |
Subject: |
PSPP-BUG: [bug #63443] var names are not imported right from ods | make numering vars as strings - no auto way to change them in bulk. |
Date: |
Sun, 25 Feb 2024 14:44:39 -0500 (EST) |
Follow-up Comment #4, bug#63443 (group pspp):
[comment #3 comment #3:]
> > Can this bug be closed now?
>
> No, b) isn't fixed and I'm working on it.
I think I have the same issue. I cannot even pass test for bug #61078 (see
./tests/data/spreadsheet-test.at file). I've got this as a result of a "list"
command:
-----
Table: Data List
s2,s3,s4,s5,s6,s7,s6_A,s7_A,s8,s9
"31,00","5,00","1,00","1,00","4,00","5,00","4,00","5,00","5,00","4,00"
"38,00","1,00",",00","2,00","5,00","5,00","4,00","4,00","5,00","4,00"
"24,00","1,00",",00","3,00","5,00","5,00","4,00","4,00","5,00","3,00"
"49,00","5,00","2,00","3,00","4,00","5,00","4,00","5,00","5,00","5,00"
"30,00","1,00",",00","2,00","5,00","5,00","5,00","5,00","5,00","5,00"
"33,00","5,00","2,00","2,00","5,00","5,00","5,00","5,00","5,00","5,00"
"32,00","1,00","23,00","2,00","4,00","5,00","3,00","4,00","4,00","3,00"
-----
However I found that forcing LANG=C or LC_NUMERIC=C fixes that.
For the record here are my LC vars:
-----
declare -x LANG="ru_RU.UTF-8"
declare -x LC_MEASUREMENT="ru_RU.UTF-8"
declare -x LC_MONETARY="ru_RU.UTF-8"
declare -x LC_NUMERIC="ru_RU.UTF-8"
declare -x LC_PAPER="ru_RU.UTF-8"
declare -x LC_TIME="ru_RU.UTF-8"
-----
I guess it's the same story with other non-English locales.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63443>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- PSPP-BUG: [bug #63443] var names are not imported right from ods | make numering vars as strings - no auto way to change them in bulk.,
Peter Lemenkov <=