Skip to content

runners/calculator: Allow unicode in results

Fabian Vogt requested to merge work/fvogt/qalcunicode into master

Fixes display of °C (was "oC" before) and probably some others.

Examples:

  • =100°F->°C is now displayed as 37,77777777777778 °C
  • product()*sum()*sqrt()*integrate() is now displayed as Π() ⋅ Σ() ⋅ √() ⋅ ∫()
  • =x>=y is now displayed as x ≥ y

Changes appearance and behavior a bit, might not be 100% compatible with all workflows e.g. pasting output into code. Opinions?

Merge request reports