So I am a developer and often I connect to Teamviewer for working with Java/C++, etc assignments. I have it set up so I'm using a Bluetooth keyboard connected to iPad . The issue is some characters like quotation marks (") are not typed in the right form.
For example , if I do it on my computer locally , the quotes appear as ASCII ( " " " ")
But when I do it with Teamviewer it's showing unicode quotes (“ ” “ ”).
So the compiler sees it as an error. It's very annoying when you're a developer.