From dochang at gmail.com Tue Dec 22 20:18:15 2009 From: dochang at gmail.com (Desmond O. Chang) Date: Wed, 23 Dec 2009 04:18:15 +0800 Subject: [cl-ppcre-devel] [cl-unicode] A Patch for East_Asian_Width Message-ID: <21c30b1b0912221218h213ffe61u15a46bb6a4525de6@mail.gmail.com> Hi all, This patch adds two APIs for getting the property East_Asian_Width: [Generic function] east-asian-width c => name, symbol [Function] east-asian-widths => list See the patch for API documentations. The building code and test case is also included. The database file I used is from: http://www.unicode.org/Public/5.1.0/ucd/EastAsianWidth.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: cl-unicode-e-a-w.diff Type: text/x-diff Size: 6703 bytes Desc: not available URL: From edi at agharta.de Tue Dec 22 21:22:36 2009 From: edi at agharta.de (Edi Weitz) Date: Tue, 22 Dec 2009 22:22:36 +0100 Subject: [cl-ppcre-devel] [cl-unicode] A Patch for East_Asian_Width In-Reply-To: <21c30b1b0912221218h213ffe61u15a46bb6a4525de6@mail.gmail.com> References: <21c30b1b0912221218h213ffe61u15a46bb6a4525de6@mail.gmail.com> Message-ID: Thanks, that looks good. But please supply a patch which also includes the additions to the HTML documentation. See http://weitz.de/patches.html. Also, don't you think "East_Asian_Width(s)" in the docstrings should simply be called "East Asian Width(s)"? Cheers, Edi. PS: I probably won't be able to make a new cl-unicode release before January assuming you send a revised patch by then. On Tue, Dec 22, 2009 at 9:18 PM, Desmond O. Chang wrote: > Hi all, > > This patch adds two APIs for getting the property East_Asian_Width: > > [Generic function] > east-asian-width c => name, symbol > > [Function] > east-asian-widths => list > > See the patch for API documentations. The building code and test case > is also included. > > The database file I used is from: > http://www.unicode.org/Public/5.1.0/ucd/EastAsianWidth.txt > > _______________________________________________ > cl-ppcre-devel site list > cl-ppcre-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-ppcre-devel > From dochang at gmail.com Wed Dec 23 21:38:48 2009 From: dochang at gmail.com (Desmond O. Chang) Date: Thu, 24 Dec 2009 05:38:48 +0800 Subject: [cl-ppcre-devel] [cl-unicode] A Patch for East_Asian_Width In-Reply-To: References: <21c30b1b0912221218h213ffe61u15a46bb6a4525de6@mail.gmail.com> Message-ID: <21c30b1b0912231338k516eec1fm32e3602e891bf716@mail.gmail.com> Thanks for your correction. Please checkout the new patch. Here is an additional one for DOCUMENTATION-TEMPLATE. This patch is used to fix that SB-INTROSPECT:FUNCTION-LAMBDA-LIST deprecates SB-INTROSPECT:FUNCTION-ARGLIST from SBCL 1.0.25. I didn't find D-T's maillist, so I put it here. If it should be sent to somewhere else, please point me out. On Wed, Dec 23, 2009 at 5:22 AM, Edi Weitz wrote: > Thanks, that looks good. ?But please supply a patch which also > includes the additions to the HTML documentation. ?See > http://weitz.de/patches.html. > > Also, don't you think "East_Asian_Width(s)" in the docstrings should > simply be called "East Asian Width(s)"? > > Cheers, > Edi. > > PS: I probably won't be able to make a new cl-unicode release before > January assuming you send a revised patch by then. > > > > On Tue, Dec 22, 2009 at 9:18 PM, Desmond O. Chang wrote: >> Hi all, >> >> This patch adds two APIs for getting the property East_Asian_Width: >> >> [Generic function] >> east-asian-width c => name, symbol >> >> [Function] >> east-asian-widths => list >> >> See the patch for API documentations. The building code and test case >> is also included. >> >> The database file I used is from: >> http://www.unicode.org/Public/5.1.0/ucd/EastAsianWidth.txt >> >> _______________________________________________ >> cl-ppcre-devel site list >> cl-ppcre-devel at common-lisp.net >> http://common-lisp.net/mailman/listinfo/cl-ppcre-devel >> > > _______________________________________________ > cl-ppcre-devel site list > cl-ppcre-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-ppcre-devel > -------------- next part -------------- A non-text attachment was scrubbed... Name: cl-unicode-e-a-w-with-doc.diff Type: text/x-diff Size: 8402 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: documentation-template-for-sbcl.diff Type: text/x-diff Size: 1022 bytes Desc: not available URL: