Special Character Conversions
Special characters are converted to ASCII Hex values corresponding to the special character, for example if the point or parent folder have & in the name this will translate to _26_ in the data stream name. A parent folder B127Mech125&126&127 will translate to B127Mech125_26_126_26_127. Similar substitutions will occur for:
space ! “ # $ % & ‘ ( ) * + , - . / _ ` ^ ~ { } | \
Last updated