Why You Get an Error Saving Your Changes

You can’t save your changes because description control characters are not allowed. The following code snippet is a good example of this. Instead of writing “Hen Jian Dan” you should write “Description control characters are not permitted.” In this case, the string1 contains all the necessary control character, but string2 doesn’t. So, you get an error message, “Description control characters are not allowed.”

Why You Get an Error Saving Your Changes
Scroll to top