• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H07-May-2022-109,883108,157

docs/H07-May-2022-1,9471,624

extensions/H03-May-2022-1,7791,523

liblangtag/H03-May-2022-16,52211,173

liblangtag-gobject/H03-May-2022-3,2622,009

m4macros/H26-Sep-2019-10,3989,393

tests/H03-May-2022-3,5202,749

AUTHORSH A D13-Dec-201230 21

COPYINGH A D13-Dec-20127.5 KiB166128

ChangeLogH A D23-Mar-2016132 KiB4,2653,194

INSTALLH A D21-Sep-201615.4 KiB371289

Makefile.amH A D03-Dec-20152 KiB9075

Makefile.inH A D03-May-202231.7 KiB1,011898

NEWSH A D26-Sep-20196.8 KiB225196

READMEH A D13-Dec-20122 KiB7258

aclocal.m4H A D26-Sep-201960.7 KiB1,6831,514

ar-libH A D21-Sep-20165.7 KiB271210

compileH A D21-Sep-20167.2 KiB348258

config.guessH A D21-Sep-201641.9 KiB1,4221,230

config.h.inH A D26-Sep-20196.3 KiB249172

config.subH A D21-Sep-201635.2 KiB1,8081,670

configureH A D03-May-2022568.2 KiB19,55116,408

configure.acH A D26-Sep-201913.6 KiB474417

depcompH A D21-Sep-201623 KiB792502

gtk-doc.makeH A D21-Sep-20169.8 KiB305258

install-shH A D21-Sep-201614.3 KiB502327

liblangtag-gobject-uninstalled.pcH A D26-Sep-2019264 76

liblangtag-gobject-uninstalled.pc.inH A D22-Apr-2013274 76

liblangtag-gobject.pcH A D26-Sep-2019279 119

liblangtag-gobject.pc.inH A D13-Dec-2012274 119

liblangtag-uninstalled.pcH A D26-Sep-2019212 76

liblangtag-uninstalled.pc.inH A D22-Apr-2013222 76

liblangtag.pcH A D26-Sep-2019237 119

liblangtag.pc.inH A D12-Nov-2015232 119

ltmain.shH A D21-Sep-2016316.5 KiB11,1487,979

missingH A D21-Sep-20166.7 KiB216143

requiresH A D13-Dec-201265 43

test-driverH A D21-Sep-20164.5 KiB14987

README

1liblangtag
2=============
3
4An interface library to access tags for identifying languages
5
6Features
7===========
8- several subtag registry database supports:
9  - language
10  - extlang
11  - script
12  - region
13  - variant
14  - extension
15  - grandfathered
16  - redundant
17- handling of the language tags
18  - parser
19  - matching
20  - canonicalizing
21
22Requirements
23===============
24
25- libxml2
26- GObject Introspection (if you like)
27
28Licensing
29============
30This library is free software; you can redistribute it
31and/or modify it under the terms of either:
32
33  a) the GNU Lesser General Public License as published by
34  the Free Software Foundation; either version 3 of the
35  License, or (at your option) any later version.
36
37  b) the Mozilla Public License, v. 2.0.
38
39This library is distributed in the hope that it will be
40useful, but WITHOUT ANY WARRANTY; without even the implied
41warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
42PURPOSE.  See either the GNU Lesser General Public License
43or the Mozilla Public License for more details.
44
45You should have received a copy of the GNU Lesser General
46Public License along with this library in the file named
47"COPYING". If not, see http://www.gnu.org/licenses/.
48
49You should have received a copy of the Mozilla Public
50License with this library, in the file named
51"COPYING.MPL". If not, you can obtain one at
52http://mozilla.org/MPL/2.0/.
53
54Unicode Common Locale Data Repository (CLDR) is licensed under
55the Unicode Terms of Use. see http://www.unicode.org/copyright.html
56
57References
58=============
59
60- RFC4647 - Matching of Language Tags
61  http://www.ietf.org/rfc/rfc4647.txt
62- RFC5646 - Tags for Identifying Languages
63  http://www.ietf.org/rfc/rfc5646.txt
64- RFC6067 - BCP 47 Extension U
65  http://www.ietf.org/rfc/rfc6067.txt
66- RFC6497 - BCP 47 Extension T
67  http://www.ietf.org/rfc/rfc6497.txt
68- Unicode Locale Data Markup Language
69  http://unicode.org/reports/tr35/
70- Unicode Locale Extension for BCP 47 in Unicode Common Locale Data Repository
71  http://cldr.unicode.org/index/bcp47-extension
72