Glyphs Version 2.5.2 (1181). I tried to make a font with combined accents, following your tutorial.
Now when I try to test it in Glyphs by pasting in something like “HÔTEL”, it shows me /O first and circumflex next to /O. It doesn’t show them on top of each other. I’ve copied my testing texts (including “HÔTEL”) from UTF-8 text file.
Shouldn’t it show the predesigned /Ô (with 00D4 Unicode point), when this character is pasted in? I’d prefer the combining accents in previews as a secondary option. Is there a setting to change the preference for predesigned characters?
I’m not talking about automatic accent pre-composition in edit view.
Anyway I think I found the problem. For some reason, my text file is in UTF-8-Mac format and so contains the combining accents. I found out that I have to convert the text to UTF-8 format:
iconv -f utf-8-mac -t utf-8 Input.txt >Output.txt
Maybe there is a better way to handle this? Sucks that Textedit file saving doesn’t differentiate between UTF-8-Mac and UTF-8.
I don’t think that this is a Mac specific problem. If the text stores composed or decomposed accents has to do with the input. Some apps either compose or decomposed everything but they should leave the underlying text untouched.