On Sat, May 29, 2004 at 11:03:12PM -0700, Steve Fink wrote: > + /* DEFAULT_ICU_DATA_DIR is configured at build time, or it may be > + set through the $ICU_DATA_DIR environment variable. Need a way > + to specify this via the command line as well. */ > + data_dir = Parrot_getenv("ICU_DATA_DIR", &free_data_dir);
Is ICU_DATA_DIR something the ICU folks define? Or something we define? And if the latter, shouldn't it be called PARROT_ICU_DATA_DIR? Nicholas Clark