1 /* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: */
4 * Break processing in a Unicode sequence. Designed to be used in a
5 * generic text renderer.
7 * Copyright (C) 2015 Wu Yongwei <wuyongwei at gmail dot com>
9 * This software is provided 'as-is', without any express or implied
10 * warranty. In no event will the author be held liable for any damages
11 * arising from the use of this software.
13 * Permission is granted to anyone to use this software for any purpose,
14 * including commercial applications, and to alter it and redistribute
15 * it freely, subject to the following restrictions:
17 * 1. The origin of this software must not be misrepresented; you must
18 * not claim that you wrote the original software. If you use this
19 * software in a product, an acknowledgement in the product
20 * documentation would be appreciated but is not required.
21 * 2. Altered source versions must be plainly marked as such, and must
22 * not be misrepresented as being the original software.
23 * 3. This notice may not be removed or altered from any source
28 * @file unibreakbase.c
30 * Definition of basic libunibreak information.
32 * @version 1.0, 2015/04/18
36 #include "unibreakbase.h"
39 * Version number of the library.
41 const int unibreak_version = UNIBREAK_VERSION;