adamtwar Posted November 23, 2014 Share Posted November 23, 2014 The text capitalization feature (Typography palette / Capitals / All caps or Format / Character / Capitalization / All caps, but also the non-OpenType small caps) seems to work only on ASCII Latin letters, which is how it used to work in apps in the 1980s :) See screenshot attached. Not even Western accented characters are capitalized. But the commonly-used text internationalization libraries such as ICU and even the freely-available Unicode Standard data tables provide the correct case conversion routines (which should be done in a language-sensitive way to take cases such as Turkish or German into account). Even OS X by itself provides appropriate mechanisms (- (NSString *)uppercaseStringWithLocale:(NSLocale *)locale ). Best, Adam Link to comment Share on other sites More sharing options...
Dave Harris Posted November 27, 2014 Share Posted November 27, 2014 Thanks for reporting this. It should be fixed in the next beta. We use OS services for case conversions, and it was using the wrong locale. Link to comment Share on other sites More sharing options...
romainsuard Posted January 21, 2015 Share Posted January 21, 2015 Hello, I guess I have the same problem. I m trying to have accent on capitalized letters in french, it's not working. Is there a solution ? I know this font has this ability as my text was made in illustrator with it. Thank you ! Link to comment Share on other sites More sharing options...
Recommended Posts