From: <phi...@ho...> - 2005-09-12 10:17:11
|
Hi Francesc, I have a silly question about creating hdf5 elements with =E9, =E8, =E0 c= aracters. For the moment, the file is created successfully but the element with=20 accented caracters isn't apperaing in the file group =3D h5file.createGroup("/", 'd=E9t=E9ctor', 'D=E9tector information= ') i try with: # -*- coding: "iso-8859-1" -*- and with creating a file sitecustomize.py with import sys sys.setdefaultencoding('iso-8859-1'). But the problem isn't figure out. Is this sort of caracters allowed in pytables API? Regards, Philippe Collet P.S: i have some work before trying to implement what we have planned in=20 our posts "Suggestions for storing mutlidimensionnal data in several=20 pytables arrays" but as soon as i'm ready, i'll do it. |