[cl-ppcre-devel] [cl-unicode] A Patch for East_Asian_Width

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

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 <dochang@gmail.com> 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@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-ppcre-devel

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 <edi@agharta.de> 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 <dochang@gmail.com> 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@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-ppcre-devel
_______________________________________________ cl-ppcre-devel site list cl-ppcre-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-ppcre-devel
participants (2)
-
Desmond O. Chang
-
Edi Weitz