Binary-safe

Binary-safe is a computer programming term mainly used in connection with string manipulating functions. A binary-safe function is essentially one that treats its input as a raw stream of data without any specific format. It should thus work with all 256 possible values that a character can take (assuming 8-bit characters).

Read more about Binary-safe:  Special Characters, Data Format, Binary Safety Over Internet