8

I have problems with the comments in Toad.

I copied a few lines of code from the notepad to Toad and generate strange characters.

UPDATE: I got this problem while working from a remote desktop via a VPN.

enter image description here

Any suggestions? Thanks.

alditis
  • 4,633
  • 3
  • 49
  • 76

2 Answers2

1

From the name of the notepad file I understand that your native language is French. You simply saved the txt file in Encode that not work on suitable to Toad fully. Simply save the notepad in regular encode and it will work fine (this is at least what I did to solve that problem)

The-Blad3r
  • 53
  • 5
0

Similar to the other answer, it is an encoding issue with languages when working over vpn. Apparently changing the keyboard layout should fix this as well.

https://superuser.com/questions/1254070/encoding-problems-when-copy-pasting-from-a-remote-desktop-session

John Sykor
  • 727
  • 5
  • 15
  • On a side note, I really think this man could use notepad++. For all I know, using a better text editor might just as well fix this issue since both examples I have seen site issues with basic notepad. – John Sykor Aug 13 '19 at 13:51