The Jucer seems to be saving files with a different text encoding on Mac? Confuses the billy-ho out of XCode.
Anyone confirm that? Or is it something here?
Bruce
The Jucer seems to be saving files with a different text encoding on Mac? Confuses the billy-ho out of XCode.
Anyone confirm that? Or is it something here?
Bruce
It just squirts it out as 8-bit ascii, which is pretty universal for c++. Loads in XCode for me with no complaints…
Hmm, I had a feeling. It went awry when I loaded the same file into Jucer that I had open in Xcode. It’s been wonky since, even when I do a save as. Maybe some hand-edits (find/replace) in the generated file confused something. Anyway, a save as in textedit sorts it.
If I find more I’ll post. Thanks.
Bruce