Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  unicode_data.h

  Sprache: C
 

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */


#ifndef INCLUDED_I18NUTIL_SOURCE_UTILITY_UNICODE_DATA_H
#define INCLUDED_I18NUTIL_SOURCE_UTILITY_UNICODE_DATA_H

#include <sal/types.h>


#define UnicodeDirectionNumberBlock  3

const sal_Int8 UnicodeDirectionIndex[] = {
    0x03, 0x00, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, // 0000 - 07ff
    0x00, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, // 0800 - 0fff
    0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x13, // 1000 - 17ff
    0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, // 1800 - 1fff
    0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, // 2000 - 27ff
    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x1f, // 2800 - 2fff
    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 3000 - 37ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 3800 - 3fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 4000 - 47ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 4800 - 4fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 5000 - 57ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 5800 - 5fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 6000 - 67ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 6800 - 6fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 7000 - 77ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 7800 - 7fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 8000 - 87ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 8800 - 8fff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 9000 - 97ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 9800 - 9fff
    0x00, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, // a000 - a7ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // a800 - afff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // b000 - b7ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // b800 - bfff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // c000 - c7ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // c800 - cfff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // d000 - d7ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // d800 - dfff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // e000 - e7ff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // e800 - efff
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // f000 - f7ff
    0x00, 0x00, 0x00, 0x22, 0x02, 0x23, 0x24, 0x25, // f800 - ffff
};


const sal_Int8 UnicodeDirectionBlockValue[] = {
     01013,
};


const sal_Int8 UnicodeDirectionValue[] = {
    18,18,18,18,18,18,18,18,1887897,18,18,// 0000 - 000f
    18,18,18,18,18,18,18,18,18,18,18,187778,// 0010 - 001f
     9,10,10444,10,10,10,10,1046463,// 0020 - 002f
     22222222226,10,10,10,10,10,// 0030 - 003f
    10000000000000000,// 0040 - 004f
     00000000000,10,10,10,10,10,// 0050 - 005f
    10000000000000000,// 0060 - 006f
     00000000000,10,10,10,10,18,// 0070 - 007f
    18,18,18,18,187,18,18,18,18,18,18,18,18,18,18,// 0080 - 008f
    18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,// 0090 - 009f
     6,104444,10,10,10,100,10,10,10,10,10,// 00a0 - 00af
     4422,100,10,10,1020,10,10,10,10,10,// 00b0 - 00bf
     0000000000000000,// 00c0 - 00cf
     0000000,1000000000,// 00d0 - 00df
     0000000000000000,// 00e0 - 00ef
     0000000,1000000000,// 00f0 - 00ff

     0000000000000000,// 0200 - 020f
     0000000000000000,// 0210 - 021f
     0000000000000000,// 0220 - 022f
     0000000000000000,// 0230 - 023f
     0000000000000000,// 0240 - 024f
     0000000000000000,// 0250 - 025f
     0000000000000000,// 0260 - 026f
     0000000000000000,// 0270 - 027f
     0000000000000000,// 0280 - 028f
     0000000000000000,// 0290 - 029f
     0000000000000000,// 02a0 - 02af
     000000000,10,1000000,// 02b0 - 02bf
     00,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 02c0 - 02cf
     00,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 02d0 - 02df
     00000,10,10,10,10,10,10,10,10,1000,// 02e0 - 02ef
     0000000000000000,// 02f0 - 02ff

    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0300 - 030f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0310 - 031f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0320 - 032f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0330 - 033f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,170,// 0340 - 034f
     0000000000000000,// 0350 - 035f
    17,17,170000000000000,// 0360 - 036f
     0000,10,1000000000,100,// 0370 - 037f
     0000,10,100,1000000000,// 0380 - 038f
     0000000000000000,// 0390 - 039f
     0000000000000000,// 03a0 - 03af
     0000000000000000,// 03b0 - 03bf
     0000000000000000,// 03c0 - 03cf
     0000000000000000,// 03d0 - 03df
     0000000000000000,// 03e0 - 03ef
     0000000000000000,// 03f0 - 03ff

     0000000000000000,// 0400 - 040f
     0000000000000000,// 0410 - 041f
     0000000000000000,// 0420 - 042f
     0000000000000000,// 0430 - 043f
     0000000000000000,// 0440 - 044f
     0000000000000000,// 0450 - 045f
     0000000000000000,// 0460 - 046f
     0000000000000000,// 0470 - 047f
     000,17,17,17,170,17,17000000,// 0480 - 048f
     0000000000000000,// 0490 - 049f
     0000000000000000,// 04a0 - 04af
     0000000000000000,// 04b0 - 04bf
     0000000000000000,// 04c0 - 04cf
     0000000000000000,// 04d0 - 04df
     0000000000000000,// 04e0 - 04ef
     0000000000000000,// 04f0 - 04ff

     0000000000000000,// 0500 - 050f
     0000000000000000,// 0510 - 051f
     0000000000000000,// 0520 - 052f
     0000000000000000,// 0530 - 053f
     0000000000000000,// 0540 - 054f
     0000000000000000,// 0550 - 055f
     0000000000000000,// 0560 - 056f
     0000000000000000,// 0570 - 057f
     0000000000,1000000,// 0580 - 058f
     0,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0590 - 059f
    17,170,17,17,17,17,17,17,17,17,17,17,17,17,17,// 05a0 - 05af
    17,17,17,17,17,17,17,17,17,170,17,17,171,17,// 05b0 - 05bf
     1,17,171,1700000000000,// 05c0 - 05cf
     1111111111111111,// 05d0 - 05df
     1111111111100000,// 05e0 - 05ef
     1111100000000000,// 05f0 - 05ff

     0000000000006000,// 0600 - 060f
     00000000000,13000,13,// 0610 - 061f
     0,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0620 - 062f
    13,13,13,13,13,13,13,13,13,13,1300000,// 0630 - 063f
    13,13,13,13,13,13,13,13,13,13,13,17,17,17,17,17,// 0640 - 064f
    17,17,17,17,17,170000000000,// 0650 - 065f
     5555555555455,1300,// 0660 - 066f
    17,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0670 - 067f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0680 - 068f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0690 - 069f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 06a0 - 06af
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 06b0 - 06bf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 06c0 - 06cf
    13,13,13,13,13,13,17,17,17,17,17,17,17,17,17,17,// 06d0 - 06df
    17,17,17,17,17,13,13,17,17,10,17,17,17,1700,// 06e0 - 06ef
     2222222222,13,13,13,13,130,// 06f0 - 06ff

    13,13,13,13,13,13,13,13,13,13,13,13,13,130,18,// 0700 - 070f
    13,17,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0710 - 071f
    13,13,13,13,13,13,13,13,13,13,13,13,13000,// 0720 - 072f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0730 - 073f
    17,17,17,17,17,17,17,17,17,17,1700000,// 0740 - 074f
     0000000000000000,// 0750 - 075f
     0000000000000000,// 0760 - 076f
     0000000000000000,// 0770 - 077f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0780 - 078f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// 0790 - 079f
    13,13,13,13,13,13,17,17,17,17,17,17,17,17,17,17,// 07a0 - 07af
    17000000000000000,// 07b0 - 07bf
     0000000000000000,// 07c0 - 07cf
     0000000000000000,// 07d0 - 07df
     0000000000000000,// 07e0 - 07ef
     0000000000000000,// 07f0 - 07ff

     0,17,170000000000000,// 0900 - 090f
     0000000000000000,// 0910 - 091f
     0000000000000000,// 0920 - 092f
     000000000000,17000,// 0930 - 093f
     0,17,17,17,17,17,17,17,170000,1700,// 0940 - 094f
     0,17,17,17,1700000000000,// 0950 - 095f
     00,17,17000000000000,// 0960 - 096f
     0000000000000000,// 0970 - 097f
     0,1700000000000000,// 0980 - 098f
     0000000000000000,// 0990 - 099f
     0000000000000000,// 09a0 - 09af
     000000000000,17000,// 09b0 - 09bf
     0,17,17,17,1700000000,1700,// 09c0 - 09cf
     0000000000000000,// 09d0 - 09df
     00,17,17000000000000,// 09e0 - 09ef
     0044000000000000,// 09f0 - 09ff

     00,170000000000000,// 0a00 - 0a0f
     0000000000000000,// 0a10 - 0a1f
     0000000000000000,// 0a20 - 0a2f
     000000000000,17000,// 0a30 - 0a3f
     0,17,170000,17,1700,17,17,1700,// 0a40 - 0a4f
     0000000000000000,// 0a50 - 0a5f
     0000000000000000,// 0a60 - 0a6f
    17,1700000000000000,// 0a70 - 0a7f
     0,17,170000000000000,// 0a80 - 0a8f
     0000000000000000,// 0a90 - 0a9f
     0000000000000000,// 0aa0 - 0aaf
     000000000000,17000,// 0ab0 - 0abf
     0,17,17,17,17,170,17,170000,1700,// 0ac0 - 0acf
     0000000000000000,// 0ad0 - 0adf
     0000000000000000,// 0ae0 - 0aef
     0000000000000000,// 0af0 - 0aff

     0,1700000000000000,// 0b00 - 0b0f
     0000000000000000,// 0b10 - 0b1f
     0000000000000000,// 0b20 - 0b2f
     000000000000,1700,17,// 0b30 - 0b3f
     0,17,17,17000000000,1700,// 0b40 - 0b4f
     000000,17000000000,// 0b50 - 0b5f
     0000000000000000,// 0b60 - 0b6f
     0000000000000000,// 0b70 - 0b7f
     00,170000000000000,// 0b80 - 0b8f
     0000000000000000,// 0b90 - 0b9f
     0000000000000000,// 0ba0 - 0baf
     0000000000000000,// 0bb0 - 0bbf
    17000000000000,1700,// 0bc0 - 0bcf
     0000000000000000,// 0bd0 - 0bdf
     0000000000000000,// 0be0 - 0bef
     0000000000000000,// 0bf0 - 0bff

     0000000000000000,// 0c00 - 0c0f
     0000000000000000,// 0c10 - 0c1f
     0000000000000000,// 0c20 - 0c2f
     00000000000000,17,17,// 0c30 - 0c3f
    1700000,17,17,170,17,17,17,1700,// 0c40 - 0c4f
     00000,17,17000000000,// 0c50 - 0c5f
     0000000000000000,// 0c60 - 0c6f
     0000000000000000,// 0c70 - 0c7f
     0000000000000000,// 0c80 - 0c8f
     0000000000000000,// 0c90 - 0c9f
     0000000000000000,// 0ca0 - 0caf
     000000000000000,17,// 0cb0 - 0cbf
     000000,1700000,17,1700,// 0cc0 - 0ccf
     0000000000000000,// 0cd0 - 0cdf
     0000000000000000,// 0ce0 - 0cef
     0000000000000000,// 0cf0 - 0cff

     0000000000000000,// 0d00 - 0d0f
     0000000000000000,// 0d10 - 0d1f
     0000000000000000,// 0d20 - 0d2f
     0000000000000000,// 0d30 - 0d3f
     0,17,17,17000000000,1700,// 0d40 - 0d4f
     0000000000000000,// 0d50 - 0d5f
     0000000000000000,// 0d60 - 0d6f
     0000000000000000,// 0d70 - 0d7f
     0000000000000000,// 0d80 - 0d8f
     0000000000000000,// 0d90 - 0d9f
     0000000000000000,// 0da0 - 0daf
     0000000000000000,// 0db0 - 0dbf
     0000000000,1700000,// 0dc0 - 0dcf
     00,17,17,170,17000000000,// 0dd0 - 0ddf
     0000000000000000,// 0de0 - 0def
     0000000000000000,// 0df0 - 0dff

     0000000000000000,// 0e00 - 0e0f
     0000000000000000,// 0e10 - 0e1f
     0000000000000000,// 0e20 - 0e2f
     0,1700,17,17,17,17,17,17,1700004,// 0e30 - 0e3f
     0000000,17,17,17,17,17,17,17,170,// 0e40 - 0e4f
     0000000000000000,// 0e50 - 0e5f
     0000000000000000,// 0e60 - 0e6f
     0000000000000000,// 0e70 - 0e7f
     0000000000000000,// 0e80 - 0e8f
     0000000000000000,// 0e90 - 0e9f
     0000000000000000,// 0ea0 - 0eaf
     0,1700,17,17,17,17,17,170,17,17000,// 0eb0 - 0ebf
     00000000,17,17,17,17,17,1700,// 0ec0 - 0ecf
     0000000000000000,// 0ed0 - 0edf
     0000000000000000,// 0ee0 - 0eef
     0000000000000000,// 0ef0 - 0eff

     0000000000000000,// 0f00 - 0f0f
     00000000,17,17000000,// 0f10 - 0f1f
     0000000000000000,// 0f20 - 0f2f
     00000,170,170,17,10,10,10,1000,// 0f30 - 0f3f
     0000000000000000,// 0f40 - 0f4f
     0000000000000000,// 0f50 - 0f5f
     0000000000000000,// 0f60 - 0f6f
     0,17,17,17,17,17,17,17,17,17,17,17,17,17,170,// 0f70 - 0f7f
    17,17,17,17,170,17,1700000000,// 0f80 - 0f8f
    17,17,17,17,17,17,17,170,17,17,17,17,17,17,17,// 0f90 - 0f9f
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 0fa0 - 0faf
    17,17,17,17,17,17,17,17,17,17,17,17,17000,// 0fb0 - 0fbf
     000000,17000000000,// 0fc0 - 0fcf
     0000000000000000,// 0fd0 - 0fdf
     0000000000000000,// 0fe0 - 0fef
     0000000000000000,// 0ff0 - 0fff

     0000000000000000,// 1000 - 100f
     0000000000000000,// 1010 - 101f
     0000000000000,17,17,17,// 1020 - 102f
    170,17000,17,170,17000000,// 1030 - 103f
     0000000000000000,// 1040 - 104f
     00000000,17,17000000,// 1050 - 105f
     0000000000000000,// 1060 - 106f
     0000000000000000,// 1070 - 107f
     0000000000000000,// 1080 - 108f
     0000000000000000,// 1090 - 109f
     0000000000000000,// 10a0 - 10af
     0000000000000000,// 10b0 - 10bf
     0000000000000000,// 10c0 - 10cf
     0000000000000000,// 10d0 - 10df
     0000000000000000,// 10e0 - 10ef
     0000000000000000,// 10f0 - 10ff

     0000000000000000,// 1600 - 160f
     0000000000000000,// 1610 - 161f
     0000000000000000,// 1620 - 162f
     0000000000000000,// 1630 - 163f
     0000000000000000,// 1640 - 164f
     0000000000000000,// 1650 - 165f
     0000000000000000,// 1660 - 166f
     0000000000000000,// 1670 - 167f
     9000000000000000,// 1680 - 168f
     00000000000,10,10000,// 1690 - 169f
     0000000000000000,// 16a0 - 16af
     0000000000000000,// 16b0 - 16bf
     0000000000000000,// 16c0 - 16cf
     0000000000000000,// 16d0 - 16df
     0000000000000000,// 16e0 - 16ef
     0000000000000000,// 16f0 - 16ff

     0000000000000000,// 1700 - 170f
     0000000000000000,// 1710 - 171f
     0000000000000000,// 1720 - 172f
     0000000000000000,// 1730 - 173f
     0000000000000000,// 1740 - 174f
     0000000000000000,// 1750 - 175f
     0000000000000000,// 1760 - 176f
     0000000000000000,// 1770 - 177f
     0000000000000000,// 1780 - 178f
     0000000000000000,// 1790 - 179f
     0000000000000000,// 17a0 - 17af
     0000000,17,17,17,17,17,17,1700,// 17b0 - 17bf
     000000,1700,17,17,17,17,17,17,17,// 17c0 - 17cf
    17,17,17,17000000040000,// 17d0 - 17df
     0000000000000000,// 17e0 - 17ef
     0000000000000000,// 17f0 - 17ff

    10,10,10,10,10,10,10,10,10,10,10,18,18,18,180,// 1800 - 180f
     0000000000000000,// 1810 - 181f
     0000000000000000,// 1820 - 182f
     0000000000000000,// 1830 - 183f
     0000000000000000,// 1840 - 184f
     0000000000000000,// 1850 - 185f
     0000000000000000,// 1860 - 186f
     0000000000000000,// 1870 - 187f
     0000000000000000,// 1880 - 188f
     0000000000000000,// 1890 - 189f
     000000000,17000000,// 18a0 - 18af
     0000000000000000,// 18b0 - 18bf
     0000000000000000,// 18c0 - 18cf
     0000000000000000,// 18d0 - 18df
     0000000000000000,// 18e0 - 18ef
     0000000000000000,// 18f0 - 18ff

     0000000000000000,// 1f00 - 1f0f
     0000000000000000,// 1f10 - 1f1f
     0000000000000000,// 1f20 - 1f2f
     0000000000000000,// 1f30 - 1f3f
     0000000000000000,// 1f40 - 1f4f
     0000000000000000,// 1f50 - 1f5f
     0000000000000000,// 1f60 - 1f6f
     0000000000000000,// 1f70 - 1f7f
     0000000000000000,// 1f80 - 1f8f
     0000000000000000,// 1f90 - 1f9f
     0000000000000000,// 1fa0 - 1faf
     0000000000000,100,10,// 1fb0 - 1fbf
    10,1000000000000,10,10,10,// 1fc0 - 1fcf
     0000000000000,10,10,10,// 1fd0 - 1fdf
     0000000000000,10,10,10,// 1fe0 - 1fef
     0000000000000,10,100,// 1ff0 - 1fff

     99999999999,18,18,1801,// 2000 - 200f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2010 - 201f
    10,10,10,10,10,10,10,1097,11,14,16,12,159,// 2020 - 202f
     44444,10,10,10,10,10,10,10,10,10,10,10,// 2030 - 203f
    10,10,10,10,10,10,100,10,10,10,10,10,1000,// 2040 - 204f
     0000000000000000,// 2050 - 205f
     0000000000,18,18,18,18,18,18,// 2060 - 206f
     200022222244,10,10,100,// 2070 - 207f
     222222222244,10,10,100,// 2080 - 208f
     0000000000000000,// 2090 - 209f
     4444444444444444,// 20a0 - 20af
     0000000000000000,// 20b0 - 20bf
     0000000000000000,// 20c0 - 20cf
    17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,// 20d0 - 20df
    17,17,17,17000000000000,// 20e0 - 20ef
     0000000000000000,// 20f0 - 20ff

    10,100,10,10,10,100,10,10000000,// 2100 - 210f
     0000,100,10,10,1000000,10,10,// 2110 - 211f
    10,10,10,100,100,100,10000040,// 2120 - 212f
     00,100000000,1000000,// 2130 - 213f
     0000000000000000,// 2140 - 214f
     000,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2150 - 215f
     0000000000000000,// 2160 - 216f
     0000000000000000,// 2170 - 217f
     0000000000000000,// 2180 - 218f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2190 - 219f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 21a0 - 21af
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 21b0 - 21bf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 21c0 - 21cf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 21d0 - 21df
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 21e0 - 21ef
    10,10,10,10000000000000,// 21f0 - 21ff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2200 - 220f
    10,1044,10,10,10,10,10,10,10,10,10,10,10,10,// 2210 - 221f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2220 - 222f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2230 - 223f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2240 - 224f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2250 - 225f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2260 - 226f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2270 - 227f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2280 - 228f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2290 - 229f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 22a0 - 22af
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 22b0 - 22bf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 22c0 - 22cf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 22d0 - 22df
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 22e0 - 22ef
    10,1000000000000000,// 22f0 - 22ff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2300 - 230f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2310 - 231f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2320 - 232f
    10,10,10,10,10,100000000000,// 2330 - 233f
     0000000000000000,// 2340 - 234f
     0000000000000000,// 2350 - 235f
     0000000000000000,// 2360 - 236f
     00000000000,100,10,10,10,// 2370 - 237f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2380 - 238f
    10,10,10,10,100,10,10,10,10,1000000,// 2390 - 239f
     0000000000000000,// 23a0 - 23af
     0000000000000000,// 23b0 - 23bf
     0000000000000000,// 23c0 - 23cf
     0000000000000000,// 23d0 - 23df
     0000000000000000,// 23e0 - 23ef
     0000000000000000,// 23f0 - 23ff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2400 - 240f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2410 - 241f
    10,10,10,10,10,10,10000000000,// 2420 - 242f
     0000000000000000,// 2430 - 243f
    10,10,10,10,10,10,10,10,10,10,1000000,// 2440 - 244f
     0000000000000000,// 2450 - 245f
     2222222222222222,// 2460 - 246f
     2222222222222222,// 2470 - 247f
     2222222222222222,// 2480 - 248f
     2222222222220000,// 2490 - 249f
     0000000000000000,// 24a0 - 24af
     0000000000000000,// 24b0 - 24bf
     0000000000000000,// 24c0 - 24cf
     0000000000000000,// 24d0 - 24df
     0000000000200000,// 24e0 - 24ef
     0000000000000000,// 24f0 - 24ff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2500 - 250f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2510 - 251f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2520 - 252f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2530 - 253f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2540 - 254f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2550 - 255f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2560 - 256f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2570 - 257f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2580 - 258f
    10,10,10,10,10,100000000000,// 2590 - 259f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 25a0 - 25af
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 25b0 - 25bf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 25c0 - 25cf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 25d0 - 25df
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 25e0 - 25ef
    10,10,10,10,10,10,10,1000000000,// 25f0 - 25ff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2600 - 260f
    10,10,10,1000000,10,10,10,10,10,10,10,// 2610 - 261f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2620 - 262f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2630 - 263f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2640 - 264f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2650 - 265f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2660 - 266f
    10,1000000000000000,// 2670 - 267f
     0000000000000000,// 2680 - 268f
     0000000000000000,// 2690 - 269f
     0000000000000000,// 26a0 - 26af
     0000000000000000,// 26b0 - 26bf
     0000000000000000,// 26c0 - 26cf
     0000000000000000,// 26d0 - 26df
     0000000000000000,// 26e0 - 26ef
     0000000000000000,// 26f0 - 26ff

     0,10,10,10,100,10,10,10,1000,10,10,10,10,// 2700 - 270f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2710 - 271f
    10,10,10,10,10,10,10,100,10,10,10,10,10,10,10,// 2720 - 272f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2730 - 273f
    10,10,10,10,10,10,10,10,10,10,10,100,100,10,// 2740 - 274f
    10,10,10000,100,10,10,10,10,10,10,100,// 2750 - 275f
     0,10,10,10,10,10,10,1000000000,// 2760 - 276f
     000000,10,10,10,10,10,10,10,10,10,10,// 2770 - 277f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2780 - 278f
    10,10,10,10,10000,10,10,10,10,10,10,10,10,// 2790 - 279f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 27a0 - 27af
     0,10,10,10,10,10,10,10,10,10,10,10,10,10,100,// 27b0 - 27bf
     0000000000000000,// 27c0 - 27cf
     0000000000000000,// 27d0 - 27df
     0000000000000000,// 27e0 - 27ef
     0000000000000000,// 27f0 - 27ff

     0000000000000000,// 2e00 - 2e0f
     0000000000000000,// 2e10 - 2e1f
     0000000000000000,// 2e20 - 2e2f
     0000000000000000,// 2e30 - 2e3f
     0000000000000000,// 2e40 - 2e4f
     0000000000000000,// 2e50 - 2e5f
     0000000000000000,// 2e60 - 2e6f
     0000000000000000,// 2e70 - 2e7f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2e80 - 2e8f
    10,10,10,10,10,10,10,10,10,100,10,10,10,10,10,// 2e90 - 2e9f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2ea0 - 2eaf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2eb0 - 2ebf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2ec0 - 2ecf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2ed0 - 2edf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2ee0 - 2eef
    10,10,10,10000000000000,// 2ef0 - 2eff

    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f00 - 2f0f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f10 - 2f1f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f20 - 2f2f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f30 - 2f3f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f40 - 2f4f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f50 - 2f5f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f60 - 2f6f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f70 - 2f7f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f80 - 2f8f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2f90 - 2f9f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2fa0 - 2faf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2fb0 - 2fbf
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 2fc0 - 2fcf
    10,10,10,10,10,100000000000,// 2fd0 - 2fdf
     0000000000000000,// 2fe0 - 2fef
    10,10,10,10,10,10,10,10,10,10,10,100000,// 2ff0 - 2fff

     9,10,10,10,10000,10,10,10,10,10,10,10,10,// 3000 - 300f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// 3010 - 301f
    10000000000,17,17,17,17,17,17,// 3020 - 302f
    1000000,10,10000000,10,10,// 3030 - 303f
     0000000000000000,// 3040 - 304f
     0000000000000000,// 3050 - 305f
     0000000000000000,// 3060 - 306f
     0000000000000000,// 3070 - 307f
     0000000000000000,// 3080 - 308f
     000000000,17,17,10,10000,// 3090 - 309f
     0000000000000000,// 30a0 - 30af
     0000000000000000,// 30b0 - 30bf
     0000000000000000,// 30c0 - 30cf
     0000000000000000,// 30d0 - 30df
     0000000000000000,// 30e0 - 30ef
     00000000000,100000,// 30f0 - 30ff

     0000000000000000,// a400 - a40f
     0000000000000000,// a410 - a41f
     0000000000000000,// a420 - a42f
     0000000000000000,// a430 - a43f
     0000000000000000,// a440 - a44f
     0000000000000000,// a450 - a45f
     0000000000000000,// a460 - a46f
     0000000000000000,// a470 - a47f
     0000000000000000,// a480 - a48f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// a490 - a49f
    10,1000,10,10,10,10,10,10,10,10,10,10,10,10,// a4a0 - a4af
    10,10,10,100,10,10,10,10,10,10,10,10,10,10,10,// a4b0 - a4bf
    100,10,10,100,10000000000,// a4c0 - a4cf
     0000000000000000,// a4d0 - a4df
     0000000000000000,// a4e0 - a4ef
     0000000000000000,// a4f0 - a4ff

     0000000000000000,// fb00 - fb0f
     00000000000001,171,// fb10 - fb1f
     1111111114111111,// fb20 - fb2f
     1111111011111010,// fb30 - fb3f
     1101101111111111,// fb40 - fb4f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fb50 - fb5f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fb60 - fb6f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fb70 - fb7f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fb80 - fb8f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fb90 - fb9f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fba0 - fbaf
    13,1300000000000000,// fbb0 - fbbf
     0000000000000000,// fbc0 - fbcf
     000,13,13,13,13,13,13,13,13,13,13,13,13,13,// fbd0 - fbdf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fbe0 - fbef
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fbf0 - fbff

    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd00 - fd0f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd10 - fd1f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd20 - fd2f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,10,10,// fd30 - fd3f
     0000000000000000,// fd40 - fd4f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd50 - fd5f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd60 - fd6f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd70 - fd7f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd80 - fd8f
     00,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fd90 - fd9f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fda0 - fdaf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fdb0 - fdbf
    13,13,13,13,13,13,13,1300000000,// fdc0 - fdcf
     0000000000000000,// fdd0 - fddf
     0000000000000000,// fde0 - fdef
    13,13,13,13,13,13,13,13,13,13,13,130000,// fdf0 - fdff

     0000000000000000,// fe00 - fe0f
     0000000000000000,// fe10 - fe1f
    17,17,17,17000000000000,// fe20 - fe2f
    10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,// fe30 - fe3f
    10,10,10,10,100000,10,10,10,10,10,10,10,// fe40 - fe4f
     6,1060,106,10,10,10,10,10,10,10,10,104,// fe50 - fe5f
    10,1044,10,10,100,1044,100000,// fe60 - fe6f
    13,13,130,130,13,13,13,13,13,13,13,13,13,13,// fe70 - fe7f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fe80 - fe8f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fe90 - fe9f
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fea0 - feaf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// feb0 - febf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fec0 - fecf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fed0 - fedf
    13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,// fee0 - feef
    13,13,13,13,13,13,13,13,13,13,13,13,1300,18,// fef0 - feff

     0,10,10444,10,10,10,10,1046463,// ff00 - ff0f
     22222222226,10,10,10,10,10,// ff10 - ff1f
    10000000000000000,// ff20 - ff2f
     00000000000,10,10,10,10,10,// ff30 - ff3f
    10000000000000000,// ff40 - ff4f
     00000000000,10,10,10,100,// ff50 - ff5f
     0,10,10,10,10,100000000000,// ff60 - ff6f
     0000000000000000,// ff70 - ff7f
     0000000000000000,// ff80 - ff8f
     0000000000000000,// ff90 - ff9f
     0000000000000000,// ffa0 - ffaf
     0000000000000000,// ffb0 - ffbf
     0000000000000000,// ffc0 - ffcf
     0000000000000000,// ffd0 - ffdf
     44,10,10,10440,10,10,10,10,10,10,100,// ffe0 - ffef
     000000000,18,18,18,10,1000,// fff0 - ffff

};


#define UnicodeScriptTypeFrom    0
#define UnicodeScriptTypeTo      1

const sal_Unicode UnicodeScriptType[][2] = {
    {0x0000, 0x007f}, //  0. Basic Latin
    {0x0080, 0x00ff}, //  1. Latin-1 Supplement
    {0x0100, 0x017f}, //  2. Latin Extended-A
    {0x0180, 0x024f}, //  3. Latin Extended-B
    {0x0250, 0x02af}, //  4. IPA Extensions
    {0x02b0, 0x02ff}, //  5. Spacing Modifier Letters
    {0x0300, 0x036f}, //  6. Combining Diacritical Marks
    {0x0370, 0x03ff}, //  7. Greek
    {0x0400, 0x04ff}, //  8. Cyrillic
    {0x0530, 0x058f}, //  9. Armenian
    {0x0590, 0x05ff}, // 10. Hebrew
    {0x0600, 0x06ff}, // 11. Arabic
    {0x0700, 0x074f}, // 12. Syriac
    {0x0780, 0x07bf}, // 13. Thaana
    {0x0900, 0x097f}, // 14. Devanagari
    {0x0980, 0x09ff}, // 15. Bengali
    {0x0a00, 0x0a7f}, // 16. Gurmukhi
    {0x0a80, 0x0aff}, // 17. Gujarati
    {0x0b00, 0x0b7f}, // 18. Odia
    {0x0b80, 0x0bff}, // 19. Tamil
    {0x0c00, 0x0c7f}, // 20. Telugu
    {0x0c80, 0x0cff}, // 21. Kannada
    {0x0d00, 0x0d7f}, // 22. Malayalam
    {0x0d80, 0x0dff}, // 23. Sinhala
    {0x0e00, 0x0e7f}, // 24. Thai
    {0x0e80, 0x0eff}, // 25. Lao
    {0x0f00, 0x0fff}, // 26. Tibetan
    {0x1000, 0x109f}, // 27. Myanmar
    {0x10a0, 0x10ff}, // 28. Georgian
    {0x1100, 0x11ff}, // 29. Hangul Jamo
    {0x1200, 0x137f}, // 30. Ethiopic
    {0x13a0, 0x13ff}, // 31. Cherokee
    {0x1400, 0x167f}, // 32. Unified Canadian Aboriginal Syllabics
    {0x1680, 0x169f}, // 33. Ogham
    {0x16a0, 0x16ff}, // 34. Runic
    {0x1780, 0x17ff}, // 35. Khmer
    {0x1800, 0x18af}, // 36. Mongolian
    {0x1e00, 0x1eff}, // 37. Latin Extended Additional
    {0x1f00, 0x1fff}, // 38. Greek Extended
    {0x2000, 0x206f}, // 39. General Punctuation
    {0x2070, 0x209f}, // 40. Superscripts and Subscripts
    {0x20a0, 0x20cf}, // 41. Currency Symbols
    {0x20d0, 0x20ff}, // 42. Combining Marks for Symbols
    {0x2100, 0x214f}, // 43. Letterlike Symbols
    {0x2150, 0x218f}, // 44. Number Forms
    {0x2190, 0x21ff}, // 45. Arrows
    {0x2200, 0x22ff}, // 46. Mathematical Operators
    {0x2300, 0x23ff}, // 47. Miscellaneous Technical
    {0x2400, 0x243f}, // 48. Control Pictures
    {0x2440, 0x245f}, // 49. Optical Character Recognition
    {0x2460, 0x24ff}, // 50. Enclosed Alphanumerics
    {0x2500, 0x257f}, // 51. Box Drawing
    {0x2580, 0x259f}, // 52. Block Elements
    {0x25a0, 0x25ff}, // 53. Geometric Shapes
    {0x2600, 0x26ff}, // 54. Miscellaneous Symbols
    {0x2700, 0x27bf}, // 55. Dingbats
    {0x2800, 0x28ff}, // 56. Braille Patterns
    {0x2e80, 0x2eff}, // 57. CJK Radicals Supplement
    {0x2f00, 0x2fdf}, // 58. Kangxi Radicals
    {0x2ff0, 0x2fff}, // 59. Ideographic Description Characters
    {0x3000, 0x303f}, // 60. CJK Symbols and Punctuation
    {0x3040, 0x309f}, // 61. Hiragana
    {0x30a0, 0x30ff}, // 62. Katakana
    {0x3100, 0x312f}, // 63. Bopomofo
    {0x3130, 0x318f}, // 64. Hangul Compatibility Jamo
    {0x3190, 0x319f}, // 65. Kanbun
    {0x31a0, 0x31bf}, // 66. Bopomofo Extended
    {0x3200, 0x32ff}, // 67. Enclosed CJK Letters and Months
    {0x3300, 0x33ff}, // 68. CJK Compatibility
    {0x3400, 0x4db5}, // 69. CJK Unified Ideographs Extension A
    {0x4e00, 0x9fff}, // 70. CJK Unified Ideographs
    {0xa000, 0xa48f}, // 71. Yi Syllables
    {0xa490, 0xa4cf}, // 72. Yi Radicals
    {0xac00, 0xd7a3}, // 73. Hangul Syllables
    {0xd800, 0xdb7f}, // 74. High Surrogates
    {0xdb80, 0xdbff}, // 75. High Private Use Surrogates
    {0xdc00, 0xdfff}, // 76. Low Surrogates
    {0xe000, 0xf8ff}, // 77. Private Use
    {0xf900, 0xfaff}, // 78. CJK Compatibility Ideographs
    {0xfb00, 0xfb4f}, // 79. Alphabetic Presentation Forms
    {0xfb50, 0xfdff}, // 80. Arabic Presentation Forms-A
    {0xfe20, 0xfe2f}, // 81. Combining Half Marks
    {0xfe30, 0xfe4f}, // 82. CJK Compatibility Forms
    {0xfe50, 0xfe6f}, // 83. Small Form Variants
    {0xfe70, 0xfefe}, // 84. Arabic Presentation Forms-B
    {0xfeff, 0xfeff}, // 85. kNoScript
    {0xff00, 0xffef}, // 85. Halfwidth and Fullwidth Forms
};

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Messung V0.5 in Prozent
C=91 H=91 G=90

¤ Dauer der Verarbeitung: 0.28 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge