~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/tax/lib/test/qa-functional/src/org/netbeans/tax/data/encoding.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
4
 
 
5
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
6
 
 
7
 
 
8
The contents of this file are subject to the terms of either the GNU
 
9
General Public License Version 2 only ("GPL") or the Common
 
10
Development and Distribution License("CDDL") (collectively, the
 
11
"License"). You may not use this file except in compliance with the
 
12
License. You can obtain a copy of the License at
 
13
http://www.netbeans.org/cddl-gplv2.html
 
14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
15
specific language governing permissions and limitations under the
 
16
License.  When distributing the software, include this License Header
 
17
Notice in each file and include the License file at
 
18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
 
19
particular file as subject to the "Classpath" exception as provided
 
20
by Sun in the GPL Version 2 section of the License file that
 
21
accompanied this code. If applicable, add the following below the
 
22
License Header, with the fields enclosed by brackets [] replaced by
 
23
your own identifying information:
 
24
"Portions Copyrighted [year] [name of copyright owner]"
 
25
 
 
26
Contributor(s):
 
27
 
 
28
The Original Software is NetBeans. The Initial Developer of the Original
 
29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
30
Microsystems, Inc. All Rights Reserved.
 
31
 
 
32
If you wish your version of this file to be governed by only the CDDL
 
33
or only the GPL Version 2, indicate your decision by adding
 
34
"[Contributor] elects to include this software in this distribution
 
35
under the [CDDL or GPL Version 2] license." If you do not indicate a
 
36
single choice of license, a recipient has the option to distribute
 
37
your version of this file under either the CDDL, the GPL Version 2 or
 
38
to extend the choice of license to its licensees as provided above.
 
39
However, if you add GPL Version 2 code and therefore, elected the GPL
 
40
Version 2 license, then the option applies only if the new code is
 
41
made subject to such option by the copyright holder.
 
42
-->
 
43
 
 
44
<data>
 
45
<![CDATA[
 
46
       The following table contains the 128 ASCII characters.
 
47
 
 
48
       C program '\X' escapes are noted.
 
49
 
 
50
       Oct   Dec   Hex   Char           Oct   Dec   Hex   Char
 
51
       ------------------------------------------------------------
 
52
       000   0     00    NUL '\0'       100   64    40    @
 
53
       001   1     01    SOH            101   65    41    A
 
54
       002   2     02    STX            102   66    42    B
 
55
       003   3     03    ETX            103   67    43    C
 
56
       004   4     04    EOT            104   68    44    D
 
57
       005   5     05    ENQ            105   69    45    E
 
58
       006   6     06    ACK            106   70    46    F
 
59
       007   7     07    BEL '\a'       107   71    47    G
 
60
       010   8     08    BS  '\b'       110   72    48    H
 
61
       011   9     09    HT  '\t'       111   73    49    I
 
62
       012   10    0A    LF  '\n'       112   74    4A    J
 
63
       013   11    0B    VT  '\v'       113   75    4B    K
 
64
       014   12    0C    FF  '\f'       114   76    4C    L
 
65
       015   13    0D    CR  '\r'       115   77    4D    M
 
66
       016   14    0E    SO             116   78    4E    N
 
67
       017   15    0F    SI             117   79    4F    O
 
68
       020   16    10    DLE            120   80    50    P
 
69
       021   17    11    DC1            121   81    51    Q
 
70
       022   18    12    DC2            122   82    52    R
 
71
       023   19    13    DC3            123   83    53    S
 
72
       024   20    14    DC4            124   84    54    T
 
73
       025   21    15    NAK            125   85    55    U
 
74
       026   22    16    SYN            126   86    56    V
 
75
       027   23    17    ETB            127   87    57    W
 
76
       030   24    18    CAN            130   88    58    X
 
77
       031   25    19    EM             131   89    59    Y
 
78
       032   26    1A    SUB            132   90    5A    Z
 
79
       033   27    1B    ESC            133   91    5B    [
 
80
       034   28    1C    FS             134   92    5C    \   '\\'
 
81
       035   29    1D    GS             135   93    5D    ]
 
82
       036   30    1E    RS             136   94    5E    ^
 
83
       037   31    1F    US             137   95    5F    _
 
84
       040   32    20    SPACE          140   96    60    `
 
85
       041   33    21    !              141   97    61    a
 
86
       042   34    22    "              142   98    62    b
 
87
       043   35    23    #              143   99    63    c
 
88
       044   36    24    $              144   100   64    d
 
89
       045   37    25    %              145   101   65    e
 
90
       046   38    26    &              146   102   66    f
 
91
       047   39    27    '              147   103   67    g
 
92
       050   40    28    (              150   104   68    h
 
93
       051   41    29    )              151   105   69    i
 
94
       052   42    2A    *              152   106   6A    j
 
95
       053   43    2B    +              153   107   6B    k
 
96
       054   44    2C    ,              154   108   6C    l
 
97
       055   45    2D    -              155   109   6D    m
 
98
       056   46    2E    .              156   110   6E    n
 
99
       057   47    2F    /              157   111   6F    o
 
100
       060   48    30    0              160   112   70    p
 
101
       061   49    31    1              161   113   71    q
 
102
       062   50    32    2              162   114   72    r
 
103
       063   51    33    3              163   115   73    s
 
104
       064   52    34    4              164   116   74    t
 
105
       065   53    35    5              165   117   75    u
 
106
       066   54    36    6              166   118   76    v
 
107
       067   55    37    7              167   119   77    w
 
108
       070   56    38    8              170   120   78    x
 
109
       071   57    39    9              171   121   79    y
 
110
       072   58    3A    :              172   122   7A    z
 
111
       073   59    3B    ;              173   123   7B    {
 
112
       074   60    3C    <              174   124   7C    |
 
113
       075   61    3D    =              175   125   7D    }
 
114
       076   62    3E    >              176   126   7E    ~
 
115
       077   63    3F    ?              177   127   7F    DEL                                                                                                                                                                                                                                                                     
 
116
]]></data>
 
117