[frameworks-kunitconversion] [Bug 377823] "40c" not interpreted as a temperature the way "40C" is

2019-11-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377823

blackfireb...@hotmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kunitconversion] [Bug 377823] "40c" not interpreted as a temperature the way "40C" is

2019-11-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377823

blackfireb...@hotmail.com changed:

   What|Removed |Added

 CC||blackfireb...@hotmail.com

--- Comment #3 from blackfireb...@hotmail.com ---
Could it be checked against the covertion to. If '40c to Fahrenheit' the c is a
temp marker.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kunitconversion] [Bug 377823] "40c" not interpreted as a temperature the way "40C" is

2017-08-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377823

--- Comment #2 from Nate Graham  ---
So this is a conflict, because Celsius is defined with a capital C, but the
speed of light is defined with a lowercase one:

addCommonUnit(CustomUnit(new CelsiusUnitPrivate(TemperatureCategory, Celsius,
1,
i18nc("temperature unit
symbol", "°C"),
i18nc("unit description in
lists", "Celsius"),
i18nc("unit synonyms for
matching user input", "Celsius;°C;C"),


addUnit(CustomUnit(VelocityCategory, SpeedOfLight, 2.99792458e+08,
   i18nc("velocity unit symbol", "c"),
   i18nc("unit description in lists", "speed of light"),
   i18nc("unit synonyms for matching user input", "speed of
light;c"),


Not sure there is any way to resolve this without simply removing the speed of
light velocity. I think people probably do unit conversion involving Celsius
more frequently than involving the speed of light, but removing features is
always painful and annoys some people.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kunitconversion] [Bug 377823] "40c" not interpreted as a temperature the way "40C" is

2017-04-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377823

--- Comment #1 from Nate Graham  ---
Seems that "c" is interpreted to mean "speed of light." I wonder how often
people need to convert to or from the speed of light vs to or from Celsius...

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kunitconversion] [Bug 377823] "40c" not interpreted as a temperature the way "40C" is

2017-03-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377823

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

-- 
You are receiving this mail because:
You are watching all bug changes.