diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-15 16:29:34 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-15 16:29:34 +0200 |
commit | d0672030ffa053bb468380066119cd01ba0f6689 (patch) | |
tree | b98ae4a36b297618b0b40f7ab7dc2d3242f8785a /COPYING | |
parent | a97c580afd58fa599c7a3050e250305e732ece52 (diff) |
unicode: implement ucs4 to utf8 encoding
This is the last glib dependency so add a short conversion helper and we
can finally drop glib. Anyway, the pango libs still depend on glib so
there is currently still a glib dependency, but it is no longer direct and
we can always choose the freetype font renderer to drop it.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -98,6 +98,32 @@ The xkb input handling is based on the Xlib xkb handling: or other dealings in this Software without prior written authorization from the XFree86 Project. +UCS-4 to UTF-8 encoding is copied from "terminology": + + Copyright (C) 2012-2012 Carsten Haitzler and various contributors + + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL + THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + The DejaVu fonts included in this package are from: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. |