Re: $ENV{ICU_DATA_DIR}

2004-05-31 Thread Steve Fink
On May-31, Nicholas Clark wrote: > 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

Re: $ENV{ICU_DATA_DIR}

2004-05-31 Thread Nicholas Clark
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("

Re: $ENV{ICU_DATA_DIR}

2004-05-31 Thread Steve Fink
On May-30, Leopold Toetsch wrote: > Steve Fink <[EMAIL PROTECTED]> wrote: > > > Anyone mind if I commit this? > > The patch is fine. > > > ... One thing I'm not sure of, though -- I > > try to behave myself and use Parrot_getenv rather than a plain > > getenv(), but I'm not convinced the API is

Re: $ENV{ICU_DATA_DIR}

2004-05-30 Thread Leopold Toetsch
Steve Fink <[EMAIL PROTECTED]> wrote: > Anyone mind if I commit this? The patch is fine. > ... One thing I'm not sure of, though -- I > try to behave myself and use Parrot_getenv rather than a plain > getenv(), but I'm not convinced the API is complete -- Parrot_getenv > saves back a boolean say

$ENV{ICU_DATA_DIR}

2004-05-29 Thread Steve Fink
Anyone mind if I commit this? One thing I'm not sure of, though -- I try to behave myself and use Parrot_getenv rather than a plain getenv(), but I'm not convinced the API is complete -- Parrot_getenv saves back a boolean saying whether to free the returned string or not, but what should I call to