I want to work on my LaTeX Project on two different Mac Computers (using OS 10.12.5 and 10.11.6) and synchronise my files using Dropbox. My supervisor is controlling them using a Windows Computer.
The problem I'm facing is when I enter Umlauts such as äöü, the file on the other computer displays these as ‰^, or not at all when I use the other Computer first.
I tried using different encodings when creating the file with TexShop. The only Encoding that worked was Westeuropean (Mac OS Latin), but for this encoding I run into the problem that Windows Computers can't display it correctly.
Has anyone a solution to this?
"% !TEX encoding = UTF-8 Unicode"
did the trick! Now it works on both Macs and I'm confident also Windows will work
– Christoph H. May 24 '17 at 10:12