blosc2.open cannot open files containing Chinese characters.
When using blosc2.open to open a file containing Chinese characters, an error occurs
- OS: Windows 10
- blosc2.version '3.10.0'
blosc2.open('E:\456\测试array.b2')
Traceback (most recent call last):
File "D:\Tools\jetbrains\PyCharm 2025.2.0.1\plugins\python-ce\helpers\pydev\pydevconsole.py", line 364, in runcode
coro = func()
^^^^^^
File "", line 1, in
We did an attempt at fixing this in #502, but for that to work, the underlying C-Blosc2 must need to support Unicode names in files, and this is a major effort. PRs accepted. We also provide commercial support, see: https://www.blosc.org/pages/blosc-in-depth/#support-blosc.