Does EMHUB have issues with file deployment on UNIX? We have seen where the special characters are r
Does EMHUB have issues with file deployment on UNIX? We have seen where the special characters are replaced by question mark. bacprt.sqc is one such.
translate($string_in, 'é', 'e')
this is how it should be
Demo has this ---translate($string_in, '?', 'e')
Any special character is replaced by ?