Re: [bug #4658], and also [bug #4624]

2003-09-05 Thread Pete French
> be fine for the conversion between UNICODE and UTF8, but what about all > the other conversions? If we change the internal storage of UNICODE from > UCS2 to UTF16 all the other conversions should know about this. No big Thats an interesting point - I havent yet checked what happens on OSX, bu

Re: [bug #4658], and also [bug #4624]

2003-09-05 Thread Fred Kiefer
Pete French wrote: Can you point me to the correct place to do the iconv changes pleaase and I'll do another version of the patch at the weekend, if that would satisfy for now ? Other bits and pieces I'll try and do as I get time over the neext few weeks. My original idea was to revamp all of it in

Re: [bug #4658], and also [bug #4624]

2003-09-05 Thread Pete French
> To change the name for the iconv conversion you just need to change the > function internal_unicode_enc(), which is also in the Unicode.m file. > And of course make sure that you use names that can be found on all > machines out there on the net. This was the hard part the last time, > which

Re: gdomap user fix

2003-09-05 Thread David Ayers
Adam Fedor wrote: +#ifdef __FreeBSD__ +uid_t uid = 65534; // setuid(2) expects an unsigned int +gid_t gid = 65534; // dito for getgid(2) +#else /* __FreeBSD__ */ +int uid = -2; +int gid = -2; +#endif /* __FreeBSD__ */ Just a few minor issues that are unclear to me... +#ifdef

Re: gdomap user fix

2003-09-05 Thread Chris B. Vetter
On Fri, 05 Sep 2003 19:56:47 +0200 David Ayers <[EMAIL PROTECTED]> wrote: > >+else // Failed, let's try as a number > >+ { > >+longid; > >+char*p; > >+id = strtol(name, &p, 10); > This seems wrong to me. Is there anyway that id can be non-zero given

[bug #5024] Gorm should support instantiating views without storing them in windows.

2003-09-05 Thread nobody
=== BUG #5024: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5024&group_id=99 Changes by: Gregory John Casamento <[EMAIL PROTECTED]> Date: Fri 09/05/2003 at 23:05 (US/Eastern) What | Removed | Added -