From: Panayotis K. <pan...@pa...> - 2011-09-20 18:38:36
|
On 20 Σεπ 2011, at 9:15 μ.μ., Aaron VonderHaar wrote: > I guess I'll leave it to Markus since he's volunteering. > > But out of curiosity, it's preferred to use new values 0, 1, ... > instead of making them equal to the kCGEncodingMacRoman, > kCGEncodingFontSpecific values? > > --Aaron This is an enumeration, so by definition the values are always 0,1,.. unless stated differently. Remember that this is the Java backend, so we need to provide some numeric values, since the "kCGEncodingMacRoman" means nothing to Java. |