diff options
Diffstat (limited to 'tcllib/modules/stringprep/unicode_data.man')
-rw-r--r-- | tcllib/modules/stringprep/unicode_data.man | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tcllib/modules/stringprep/unicode_data.man b/tcllib/modules/stringprep/unicode_data.man new file mode 100644 index 0000000..25d0efb --- /dev/null +++ b/tcllib/modules/stringprep/unicode_data.man @@ -0,0 +1,21 @@ +[comment {-*- tcl -*- doctools manpage}] +[manpage_begin unicode::data n 1.0.0] +[keywords stringprep] +[keywords unicode] +[copyright {2007, Sergei Golovan <sgolovan@nes.ru>}] +[moddesc {Preparation of Internationalized Strings}] +[titledesc {unicode data tables, generated, internal}] +[require Tcl 8.3] +[require unicode::data 1.0.0] +[description] +[para] + +The [package unicode::data] package is a helper for +[package unicode], providing it with the data tables needed to +perform its functions. It is an [emph internal] package which should +not be accessed on its own. Because of that it has no publicly +documented API either. Its implementation is generated by a script. + +[vset CATEGORY stringprep] +[include ../doctools2base/include/feedback.inc] +[manpage_end] |