Solaris escape my script from "-" to "/226"

Hello everyone.

I beg your guys pardon please.

I try to ls -al in many path/directories. So, I put the code in text file which look like below;

ls -al /
ls -al /etc
ls -al /etc/default
...

however, when I paste it to Solaris over SecureCRT, it seems the code was escaped from "-" to "/226" as following;

ls /226al /
ls /226al /etc
ls /226al /etc/default
...

I do try FTP, SCP file transfer. Same result! it was escaped.

I had never seen a problem like this before. Anybody know what's going on or any services cause this kind of escaping?

I try to GOOGLE and search for "/226", "226: here but I still cannot get what I looking for.

Please help me.

---------- Post updated at 07:52 PM ---------- Previous update was at 07:46 PM ----------

problem solved.

I copy the script from Microsoft Word and that's not a hyphen!! "�"

� ==> look like hyphen but was replace by Microsoft Word

  • ==> real hyphen

The above character look similar but actually, it's not.

grrrrrrrrrrrrrr...