Closed nickapos closed 1 week ago
It's weird. It works for me, and works for the on-line version. Could you please share:
units.csv
fileIs it possible that you have some customization in units.csv
?
With your file, I have the same problem. So now I can investigate.
There is another problem too: in the Quick
menu, if I hit Next
I get tons of garbage. Well, not exactly garbage, more precisely units from the builtin Length
units.
Fixed one of the issues (garbage in Quick
menu), but other problems remain.
The issue seems to derive from this change in the units.csv
file:
@@ -21,6 +21,9 @@
"in", "mm"
"mm", "cm"
"cm", "in"
+"ft", "m"
+"lb", "kg"
+"oz", "g"
"USD", "EUR"
"EUR", "CHF"
"CHF", "USD"
The problem was that the =Cycle
section of units.csv
was incorrectly used for the definition of lb
, leading to an invalid definition that caused the problem. This will be fixed by skipping the =Cycle
section while looking for unit definitions.
Today I realised that when I try to convert lb to kg I get inconsistent units error Version is 0.8