Re: spaces in hdf keys?

Nikolai Kondrashov <[email protected]> Fri, 04 Dec 2009 23:05:25 +0300
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
Scott Hassan wrote:
> Are spaces allowed in HDF key names?
What you set in C is almost never checked. However, there are pretty strict
rules when reading HDF from files (see _hdf_read_string: isalnum(*s) || *s == '_'),
and a bit less strict rules when referring from a template.
See cs/csparse.cs - can't point the place, but it certainly cannot contain
tokens and whitespace.

Sincerely,
Nick