You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make_cname() fails when special characters are present. Mostly because of the splitting Regex.Split(name,@"[\W]+") and an unchecked direct substring access.
Its actually the - not the % causing the issue and i did a simple fix but it still fails for things like -test- etc so needs some more work to come up with a cleaner solution. May be strip special characters first as they cannot be used in c variable names anyway.
e.g. if the sub index name is
"Actual alcohol value in vol.-%"
The text was updated successfully, but these errors were encountered: