1stringprep::data(n)Preparation of Internationalized Stringsstringprep::data(n)
2
3
4
5______________________________________________________________________________
6
8 stringprep::data - stringprep data tables, generated, internal
9
11 package require Tcl 8.3
12
13 package require stringprep::data 1.0.0
14
15_________________________________________________________________
16
18 The stringprep::data package is a helper for stringprep, providing it
19 with the data tables needed to perform its functions. It is an internal
20 package which should not be accessed on its own. Because of that it has
21 no publicly documented API either. Its implementation is generated by a
22 script.
23
25 This document, and the package it describes, will undoubtedly contain
26 bugs and other problems. Please report such in the category stringprep
27 of the Tcllib SF Trackers [http://source‐
28 forge.net/tracker/?group_id=12883]. Please also report any ideas for
29 enhancements you may have for either package and/or documentation.
30
32 stringprep, unicode
33
35 Copyright (c) 2007, Sergei Golovan <sgolovan@nes.ru>
36
37
38
39
40stringprep 1.0.0 stringprep::data(n)