Skip to content

Handle forbidden chars in path parsing

cec m requested to merge fix_1094 into master

Better handle forbidden chars in string headers

  • Replaces function to parse key value with a cfitsio routine
  • Fixes when there is more than one / in the string to be parsed, as it was not properly detected (unquoting could not happen)
  • Replaces invalid characters with _
Edited by cec m

Merge request reports