pkgsrc/mail/courier-unicode/PLIST
mef a349a48a8e Import courier-unicode-1.4 as mail/courier-unicode.
This library implements several algorithms related to the Unicode Standard:
 -  Look up uppercase, lowercase, and titlecase equivalents of a unicode
    character
 -  Implementation of grapheme and work breaking rules
 -  Implementation of line breaking rules
 -  Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as "&", for example),
    and determining the normal width or a double-width status of a unicode
    character. Also, an adaptation of the iconv(3) API for this unicode
    library
 -  Look up the Unicode script property
 -  Look up the category property
This library also implements C++ bindings for these algorithms.
2017-02-12 02:14:01 +00:00

74 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2017/02/12 02:14:01 mef Exp $
include/courier-unicode-categories-tab.h
include/courier-unicode-script-tab.h
include/courier-unicode.h
lib/libcourier-unicode.la
man/man3/unicode::iconvert::convert.3
man/man3/unicode::iconvert::convert_tocase.3
man/man3/unicode::iconvert::fromu.3
man/man3/unicode::iconvert::tou.3
man/man3/unicode::iso_8859_1.3
man/man3/unicode::linebreak_callback_base.3
man/man3/unicode::linebreak_callback_save_buf.3
man/man3/unicode::linebreak_iter.3
man/man3/unicode::linebreakc_callback_base.3
man/man3/unicode::linebreakc_iter.3
man/man3/unicode::tolower.3
man/man3/unicode::toupper.3
man/man3/unicode::ucs_2.3
man/man3/unicode::ucs_4.3
man/man3/unicode::utf_8.3
man/man3/unicode::wordbreak_callback_base.3
man/man3/unicode_category_lookup.3
man/man3/unicode_convert.3
man/man3/unicode_convert_deinit.3
man/man3/unicode_convert_fromu_init.3
man/man3/unicode_convert_fromu_tobuf.3
man/man3/unicode_convert_fromutf8.3
man/man3/unicode_convert_init.3
man/man3/unicode_convert_tobuf.3
man/man3/unicode_convert_tocase.3
man/man3/unicode_convert_tocbuf_fromutf8_init.3
man/man3/unicode_convert_tocbuf_init.3
man/man3/unicode_convert_tocbuf_toutf8_init.3
man/man3/unicode_convert_tou_init.3
man/man3/unicode_convert_tou_tobuf.3
man/man3/unicode_convert_toutf8.3
man/man3/unicode_convert_uc.3
man/man3/unicode_default_chset.3
man/man3/unicode_grapheme_break.3
man/man3/unicode_html40ent_lookup.3
man/man3/unicode_isalnum.3
man/man3/unicode_isalpha.3
man/man3/unicode_isblank.3
man/man3/unicode_isdigit.3
man/man3/unicode_isgraph.3
man/man3/unicode_islower.3
man/man3/unicode_ispunct.3
man/man3/unicode_isspace.3
man/man3/unicode_isupper.3
man/man3/unicode_lb_end.3
man/man3/unicode_lb_init.3
man/man3/unicode_lb_next.3
man/man3/unicode_lb_next_cnt.3
man/man3/unicode_lb_set_opts.3
man/man3/unicode_lbc_end.3
man/man3/unicode_lbc_init.3
man/man3/unicode_lbc_next.3
man/man3/unicode_lbc_next_cnt.3
man/man3/unicode_lbc_set_opts.3
man/man3/unicode_lc.3
man/man3/unicode_locale_chset.3
man/man3/unicode_script.3
man/man3/unicode_tc.3
man/man3/unicode_u_ucs2_native.3
man/man3/unicode_u_ucs4_native.3
man/man3/unicode_uc.3
man/man3/unicode_wb_end.3
man/man3/unicode_wb_init.3
man/man3/unicode_wb_next.3
man/man3/unicode_wb_next_cnt.3
man/man3/unicode_wbscan_end.3
man/man3/unicode_wbscan_init.3
man/man3/unicode_wbscan_next.3
man/man7/courier-unicode.7