utf8proc

view LICENSE @ 7:fcfd8c836c64

Version 1.1.1

- Added a new PostgreSQL function 'unistrip', which behaves like 'unifold', but also removes all character marks (e.g. accents).
- Changed license from BSD to MIT style.
- Added a new function 'utf8proc_codepoint_valid' to the C library.
- Changed compiler flags in Makefile from -g -O0 to -O2
- The ruby script, which was used to build the utf8proc_data.c file, is now included in the distribution.
author jbe
date Sun Jul 22 12:00:00 2007 +0200 (2007-07-22)
parents d04d3a9b486e
children 951e73a98021
line source
2 Copyright (c) 2006-2007 Jan Behrens, FlexiGuided GmbH, Berlin
4 Permission is hereby granted, free of charge, to any person obtaining a
5 copy of this software and associated documentation files (the "Software"),
6 to deal in the Software without restriction, including without limitation
7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 and/or sell copies of the Software, and to permit persons to whom the
9 Software is furnished to do so, subject to the following conditions:
11 The above copyright notice and this permission notice shall be included in
12 all copies or substantial portions of the Software.
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 DEALINGS IN THE SOFTWARE.
23 This software distribution contains derived data from a modified version of
24 the Unicode data files. The following license applies to that data:
26 COPYRIGHT AND PERMISSION NOTICE
28 Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
29 under the Terms of Use in http://www.unicode.org/copyright.html.
31 Permission is hereby granted, free of charge, to any person obtaining a
32 copy of the Unicode data files and any associated documentation (the "Data
33 Files") or Unicode software and any associated documentation (the
34 "Software") to deal in the Data Files or Software without restriction,
35 including without limitation the rights to use, copy, modify, merge,
36 publish, distribute, and/or sell copies of the Data Files or Software, and
37 to permit persons to whom the Data Files or Software are furnished to do
38 so, provided that (a) the above copyright notice(s) and this permission
39 notice appear with all copies of the Data Files or Software, (b) both the
40 above copyright notice(s) and this permission notice appear in associated
41 documentation, and (c) there is clear notice in each modified Data File or
42 in the Software as well as in the documentation associated with the Data
43 File(s) or Software that the data or software has been modified.
45 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
46 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
48 THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
49 INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
50 CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
51 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
52 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
53 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
55 Except as contained in this notice, the name of a copyright holder shall
56 not be used in advertising or otherwise to promote the sale, use or other
57 dealings in these Data Files or Software without prior written
58 authorization of the copyright holder.
61 Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
62 registered in some jurisdictions. All other trademarks and registered
63 trademarks mentioned herein are the property of their respective owners.

Impressum / About Us