summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qt_attribution.json
blob: 41f644a030f931eab1bade377484e4df60e1d4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
    {
        "Id": "qbig5codecs",
        "Name": "Text Codecs: Big5, Big5-HKSCS",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qbig5codec.cpp",

        "Description": "The Big5 codecs (QBig5Codec, QBig5hkscsCodec)
provide conversion to and from the Big5 encodings.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QBIG5CODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 2000  Ming-Che Chuang
Copyright (C) 2001, 2002  James Su, Turbolinux Inc.
Copyright (C) 2002  WU Yi, HancomLinux Inc.
Copyright (C) 2001, 2002  Anthony Fok, ThizLinux Laboratory Ltd."
},
    {
        "Id": "qeucjpcodec",
        "Name": "Text Codec: EUC-JP",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qeucjpcodec.cpp",

        "Description": "The EUC-JP text codec provides conversion to and from EUC-JP,
the main legacy encoding for Unix machines in Japan.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QEUCJPCODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 1999 Serika Kurusugawa."
    },
    {
        "Id": "qeuckrcodec",
        "Name": "Text Codec: EUC-KR",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qeuckrcodec.cpp",

        "Description": "The EUC-KR text codec provides conversion to and from EUC-KR, KR,
the main legacy encoding for Unix machines in Korea.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QEUCKRCODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 1999-2000 Mizi Research Inc."
    },
    {
        "Id": "qjiscodec",
        "Name": "Text Codec: ISO 2022-JP (JIS)",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qjiscodec.cpp",

        "Description": "The ISO 2022-JP (JIS) text codec provides conversion to and from ISO 2022-JP.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QJISCODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 1999 Serika Kurusugawa."
    },
    {
        "Id": "qsjiscodec",
        "Name": "Text Codec: Shift-JIS",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qsjiscodec.cpp",

        "Description": "The Shift-JIS text codec provides conversion to and from Shift-JIS.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QSJISCODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 1999 Serika Kurusugawa."
    },
    {
        "Id": "qtsciicodec",
        "Name": "Text Codec: TSCII",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core.",
        "Path": "qtsciicodec.cpp",

        "Description": "The TSCII text codec provides conversion to and from the Tamil TSCII
encoding.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QTSCIICODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 2000 Hans Petter Bieker."
    },
    {
        "Id": "qbkcodec",
        "Name": "Text Codec: GBK",
        "QDocModule": "qtcore",
        "QtUsage": "Used in Qt Core if ICU is not used. Configure with -icu to avoid.",
        "Path": "qgb18030codec.cpp",

        "Description": "The GBK codec provides conversion to and from the Chinese
GB18030/GBK/GB2312 encoding.",
        "License": "BSD 2-clause \"Simplified\" License",
        "LicenseId": "BSD-2-Clause",
        "LicenseFile": "QBKCODEC_LICENSE.txt",
        "Copyright": "Copyright (C) 2000 TurboLinux, Inc.  Written by Justin Yu and Sean Chen.
Copyright (C) 2001, 2002 Turbolinux, Inc.  Written by James Su.
Copyright (C) 2001, 2002 ThizLinux Laboratory Ltd.  Written by Anthony Fok."
    }
]