From attila.lendvai at gmail.com Thu Feb 8 22:35:15 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Thu, 8 Feb 2007 23:35:15 +0100 Subject: [cl-l10n-devel] Re: external format in load-locale In-Reply-To: <5bef28df0702080919i15f5391bv2ef6a35e00c3614c@mail.gmail.com> References: <5bef28df0702080919i15f5391bv2ef6a35e00c3614c@mail.gmail.com> Message-ID: > Hi Attila, hi, > just a quick question, > I noticed that you changed load-locale to use :us-ascii as the external > format when loading locales. > Is there any particular reason for this > > (I'm asking because LWL chokes on that particular external format) hm, i can't remember anything special. i've filtered it through arnesi's (encoding-keyword-to-native :us-ascii) to be platform independent. seems like it's broken for lispworks... :| i've done a partial lw impl without testing based on docs. and just now i've pushed a fix in arnesi that will hopefully fix it (i assumed that lw understands :us-ascii that was there before) please pull arnesi, i hope it'll be fine. hth, -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" (Ingmar Bergman - Smultronst?llet) From attila.lendvai at gmail.com Sat Feb 10 23:54:07 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sun, 11 Feb 2007 00:54:07 +0100 Subject: [cl-l10n-devel] arnesi dependency Message-ID: dear list, i just drop a note that it's on my TODO to create a trivial-encoding project and give up the arnesi dependency in favour of a much lighter lib like alexandria or maybe a simple duplicates.lisp file containing some utils copied from here and there. not in the next days, though. -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" (Ingmar Bergman - Smultronst?llet) From rosssd at gmail.com Mon Feb 12 10:50:37 2007 From: rosssd at gmail.com (Sean Ross) Date: Mon, 12 Feb 2007 10:50:37 +0000 Subject: [cl-l10n-devel] arnesi dependency In-Reply-To: References: Message-ID: <5bef28df0702120250h786f157evb936deead5810ea7@mail.gmail.com> > i just drop a note that it's on my TODO to create a trivial-encoding > project and give up the arnesi dependency in favour of a much lighter > lib like alexandria or maybe a simple duplicates.lisp file containing > some utils copied from here and there. Sounds great, if memory servers i believe that Edi's flexi-streams package has portable support for external-formats. I don't know if this fills the need or can be reused but it's probably worth looking into. Cheers, Sean. From attila.lendvai at gmail.com Thu Feb 15 16:00:03 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Thu, 15 Feb 2007 17:00:03 +0100 Subject: [cl-l10n-devel] arnesi dependency Message-ID: dear list, i've pushed a patch that drops the arnesi dependency and uses flexi-streams for encoding tasks. i hope i didn't break anything. and while we are at the test suite: any objection against using a smarter test framework then rt? if noone objects i'll put togather a bigger test suite using http://common-lisp.net/project/stefil/ eventually. -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" (Ingmar Bergman - Smultronst?llet) From rosssd at gmail.com Thu Feb 15 16:26:44 2007 From: rosssd at gmail.com (Sean Ross) Date: Thu, 15 Feb 2007 16:26:44 +0000 Subject: [cl-l10n-devel] arnesi dependency In-Reply-To: References: Message-ID: <5bef28df0702150826r6a986153m8ef07c89e29fd850@mail.gmail.com> > i've pushed a patch that drops the arnesi dependency and uses > flexi-streams for encoding tasks. i hope i didn't break anything. Bad news i'm afraid, the tests are failing under lispworks and clisp on windows. Both seem unable to load the sv_SE locale. #,sean From rosssd at gmail.com Thu Feb 15 16:51:28 2007 From: rosssd at gmail.com (Sean Ross) Date: Thu, 15 Feb 2007 16:51:28 +0000 Subject: [cl-l10n-devel] arnesi dependency In-Reply-To: <5bef28df0702150826r6a986153m8ef07c89e29fd850@mail.gmail.com> References: <5bef28df0702150826r6a986153m8ef07c89e29fd850@mail.gmail.com> Message-ID: <5bef28df0702150851wc350e71gbfb58daca0e52d69@mail.gmail.com> ok, after a little investigation it appears that not specifying the :external-format for the flexi-stream allows sbcl, clisp and lispworks to pass all tests on Windows. I vote that we leave it out by default and if an implementation needs something to be specified then it can be added with a read time conditional. #,sean On 2/15/07, Sean Ross wrote: > > i've pushed a patch that drops the arnesi dependency and uses > > flexi-streams for encoding tasks. i hope i didn't break anything. > > Bad news i'm afraid, the tests are failing under lispworks and clisp > on windows. Both seem unable to load the sv_SE locale. > > #,sean > From attila.lendvai at gmail.com Thu Feb 15 17:24:17 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Thu, 15 Feb 2007 18:24:17 +0100 Subject: [cl-l10n-devel] arnesi dependency In-Reply-To: <5bef28df0702150851wc350e71gbfb58daca0e52d69@mail.gmail.com> References: <5bef28df0702150826r6a986153m8ef07c89e29fd850@mail.gmail.com> <5bef28df0702150851wc350e71gbfb58daca0e52d69@mail.gmail.com> Message-ID: > ok, after a little investigation it appears that not specifying the > :external-format > for the flexi-stream allows sbcl, clisp and lispworks to pass all > tests on Windows. > > I vote that we leave it out by default and if an implementation needs > something to > be specified then it can be added with a read time conditional. oops, sorry and thanks for the test! although i suggest to explicitly specify an encoding, to be safe from flexi-stream changes. :iso-8859-1 seems to be a safe bet, and it's the default of flexi-streams when the external-format is not given. afaiu, special care was taken that the locale files are us-ascii encoded, except the comments in them, where loading failed with :us-ascii. i've pushed a fix. -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" (Ingmar Bergman - Smultronst?llet) From rosssd at gmail.com Thu Feb 15 17:56:31 2007 From: rosssd at gmail.com (Sean Ross) Date: Thu, 15 Feb 2007 17:56:31 +0000 Subject: [cl-l10n-devel] arnesi dependency In-Reply-To: References: <5bef28df0702150826r6a986153m8ef07c89e29fd850@mail.gmail.com> <5bef28df0702150851wc350e71gbfb58daca0e52d69@mail.gmail.com> Message-ID: <5bef28df0702150956x2c1e5569v2cc9133fb72e5748@mail.gmail.com> thanks, works like a charm sean. On 2/15/07, Attila Lendvai wrote: > > ok, after a little investigation it appears that not specifying the > > :external-format > > for the flexi-stream allows sbcl, clisp and lispworks to pass all > > tests on Windows. > > > > I vote that we leave it out by default and if an implementation needs > > something to > > be specified then it can be added with a read time conditional. > > oops, sorry and thanks for the test! > > although i suggest to explicitly specify an encoding, to be safe from > flexi-stream changes. :iso-8859-1 seems to be a safe bet, and it's the > default of flexi-streams when the external-format is not given. > > afaiu, special care was taken that the locale files are us-ascii > encoded, except the comments in them, where loading failed with > :us-ascii. > > i've pushed a fix. > > -- > - attila > > "- The truth is that I've been too considerate, and so became > unintentionally cruel... > - I understand. > - No, you don't understand! We don't speak the same language!" > (Ingmar Bergman - Smultronst?llet) > From BlogBlaster at common-lisp.net Sun Feb 25 00:59:55 2007 From: BlogBlaster at common-lisp.net (BlogBlaster at common-lisp.net) Date: 25 Feb 2007 02:59:55 +0200 Subject: [cl-l10n-devel] How would you like 2 Million Sites linking to your ad ? Message-ID: <20070225025953.83C965A62A47D714@from.header.has.no.domain> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: blogblaster.htm Type: application/octet-stream Size: 470 bytes Desc: not available URL: From Instant at common-lisp.net Tue Feb 27 12:11:00 2007 From: Instant at common-lisp.net (Instant at common-lisp.net) Date: 27 Feb 2007 14:11:00 +0200 Subject: [cl-l10n-devel] Get 1000's of Highly Targeted visitors to your web site or affiliate web site overnight Message-ID: <20070227141059.5B9684075D2D9BF1@from.header.has.no.domain> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: instantbooster.htm Type: application/octet-stream Size: 518 bytes Desc: not available URL: