From: Michael D. <md...@st...> - 2007-07-10 19:25:15
|
Jouni K. Seppänen wrote: > "John Hunter" <jd...@gm...> writes: > > >> On 7/10/07, Michael Droettboom <md...@st...> wrote: >> > I'm seeing a bug on OS X, whose file system is by default > case-preserving but not case-sensitive: > > 458 -> fontdictObject = self.embedTTF( > 459 filename, self.used_characters[filename]) > > Here self.used_characters has a key starting with '/Users/jks/...' but > filename is '/users/jks/...'. I'm not sure how to fix this cleanly. > I though os.path.normcase would help, but it doesn't: > > Thanks for that. The Ps backend has the same problem. I'll do a little research and see what a common solution to this might be. Cheers, Mike |