Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
786 stars 48 forks source link

Fix character encoding #1062

Closed mmatera closed 3 months ago

mmatera commented 3 months ago

Looking at #1061 I realized we could not change $CharacterEncoding from inside the session. This PR makes the behavior of this symbol closer to the one in WMA.

rocky commented 3 months ago

LGTM - and thanks.