We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18022d + 95e7c15 commit 8fb25a0Copy full SHA for 8fb25a0
nibabel/cmdline/dicomfs.py
@@ -37,7 +37,7 @@ class dummy_fuse:
37
import nibabel as nib
38
import nibabel.dft as dft
39
40
-encoding = locale.getdefaultlocale()[1]
+encoding = locale.getlocale()[1]
41
42
fuse.fuse_python_api = (0, 2)
43
0 commit comments