Re: [Alephmodular-devel] Autotools patch
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-01-05 17:10:43
|
On Saturday, January 4, 2003, at 08:20 PM, Alexander Strange wrote: > > It also might barf on InfoPlist.strings, but the conflict stuff can be > fixed easily. > I finally figured out why it might be barfing on InfoPlist.strings. The file is encoded in unicode-16. So if I put the whole file properly into unicode-16, then ./configure can no longer substitute its values. On the other hand, Project Builder seems to be reasonably happy if I change the file's encoding to unicode-8. (And this makes ./configure happy too) Happen to know if there's anyway to tell configure and its tools to treat the file as unicode-16? I'm ok with changing the encoding to unicode-8 myself. But it possible I'd rather leave it in PB's originally suggested encoding. -Jeremy Parsons |