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.1
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 Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
28 also report any ideas for enhancements you may have for either package
29 and/or documentation.
30
31 When proposing code changes, please provide unified diffs, i.e the out‐
32 put of diff -u.
33
34 Note further that attachments are strongly preferred over inlined
35 patches. Attachments can be made by going to the Edit form of the
36 ticket immediately after its creation, and then using the left-most
37 button in the secondary navigation bar.
38
40 stringprep, unicode
41
43 Copyright (c) 2007-2009, Sergei Golovan <sgolovan@nes.ru>
44
45
46
47
48tcllib 1.0.1 stringprep::data(n)