encoding=locale requires python >= 3.10, which is currently not an alternative for us.
Should we force utf-8 or will that have consequences for e.g. Windows users?
On Mac/Linux the default OS/Python encoding is utf-8. On WIndows 10, it seems like editors like NotePad and VIsual Studio Code also by default saves (new) files as utf-8.
Follow-up after: https://github.com/equinor/webviz-subsurface/pull/739
See https://www.python.org/dev/peps/pep-0597/
encoding=locale
requirespython >= 3.10
, which is currently not an alternative for us. Should we forceutf-8
or will that have consequences for e.g. Windows users?