Home | History | Annotate | Download | only in serializer
      1 ##
      2 # Licensed to the Apache Software Foundation (ASF) under one
      3 # or more contributor license agreements. See the NOTICE file
      4 # distributed with this work for additional information
      5 # regarding copyright ownership. The ASF licenses this file
      6 # to you under the Apache License, Version 2.0 (the  "License");
      7 # you may not use this file except in compliance with the License.
      8 # You may obtain a copy of the License at
      9 #
     10 #     http://www.apache.org/licenses/LICENSE-2.0
     11 #
     12 # Unless required by applicable law or agreed to in writing, software
     13 # distributed under the License is distributed on an "AS IS" BASIS,
     14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15 # See the License for the specific language governing permissions and
     16 # limitations under the License.
     17 ##
     18 #
     19 # $Id: HTMLEntities.properties 468654 2006-10-28 07:09:23Z minchau $
     20 #
     21 # @version $Revision: 468654 $ $Date: 2006-10-28 00:09:23 -0700 (Sat, 28 Oct 2006) $
     22 # This file must be encoded in UTF-8; see CharInfo.java
     23 #
     24 # Character entity references for markup-significant
     25 #
     26 quot=34
     27 amp=38
     28 lt=60
     29 gt=62
     30 nbsp=160
     31 #
     32 # Character entity references for ISO 8859-1 characters
     33 #
     34 iexcl=161
     35 cent=162
     36 pound=163
     37 curren=164
     38 yen=165
     39 brvbar=166
     40 sect=167
     41 uml=168
     42 copy=169
     43 ordf=170
     44 laquo=171
     45 not=172
     46 shy=173
     47 reg=174
     48 macr=175
     49 deg=176
     50 plusmn=177
     51 sup2=178
     52 sup3=179
     53 acute=180
     54 micro=181
     55 para=182
     56 middot=183
     57 cedil=184
     58 sup1=185
     59 ordm=186
     60 raquo=187
     61 frac14=188
     62 frac12=189
     63 frac34=190
     64 iquest=191
     65 Agrave=192
     66 Aacute=193
     67 Acirc=194
     68 Atilde=195
     69 Auml=196
     70 Aring=197
     71 AElig=198
     72 Ccedil=199
     73 Egrave=200
     74 Eacute=201
     75 Ecirc=202
     76 Euml=203
     77 Igrave=204
     78 Iacute=205
     79 Icirc=206
     80 Iuml=207
     81 ETH=208
     82 Ntilde=209
     83 Ograve=210
     84 Oacute=211
     85 Ocirc=212
     86 Otilde=213
     87 Ouml=214
     88 times=215
     89 Oslash=216
     90 Ugrave=217
     91 Uacute=218
     92 Ucirc=219
     93 Uuml=220
     94 Yacute=221
     95 THORN=222
     96 szlig=223
     97 agrave=224
     98 aacute=225
     99 acirc=226
    100 atilde=227
    101 auml=228
    102 aring=229
    103 aelig=230
    104 ccedil=231
    105 egrave=232
    106 eacute=233
    107 ecirc=234
    108 euml=235
    109 igrave=236
    110 iacute=237
    111 icirc=238
    112 iuml=239
    113 eth=240
    114 ntilde=241
    115 ograve=242
    116 oacute=243
    117 ocirc=244
    118 otilde=245
    119 ouml=246
    120 divide=247
    121 oslash=248
    122 ugrave=249
    123 uacute=250
    124 ucirc=251
    125 uuml=252
    126 yacute=253
    127 thorn=254
    128 yuml=255
    129 #
    130 # Character entity references for symbols, mathematical symbols, and Greek letters
    131 #
    132 # Latin Extended -- Netscape can't handle
    133 # fnof 402
    134 #
    135 # Greek - Netscape can't handle these
    136 # Alpha 913
    137 # Beta 914
    138 # Gamma 915
    139 # Delta 916
    140 # Epsilon 917
    141 # Zeta 918
    142 # Eta 919
    143 # Theta 920
    144 # Iota 921
    145 # Kappa 922
    146 # Lambda 923
    147 # Mu 924
    148 # Nu 925
    149 # Xi 926
    150 # Omicron 927
    151 # Pi 928
    152 # Rho 929
    153 # Sigma 931
    154 # Tau 932
    155 # Upsilon 933
    156 # Phi 934
    157 # Chi 935
    158 # Psi 936
    159 # Omega 937
    160 # alpha 945
    161 # beta 946
    162 # gamma 947
    163 # delta 948
    164 # epsilon 949
    165 # zeta 950
    166 # eta 951
    167 # theta 952
    168 # iota 953
    169 # kappa 954
    170 # lambda 955
    171 # mu 956
    172 # nu 957
    173 # xi 958
    174 # omicron 959
    175 # pi 960
    176 # rho 961
    177 # sigmaf 962
    178 # sigma 963
    179 # tau 964
    180 # upsilon 965
    181 # phi 966
    182 # chi 967
    183 # psi 968
    184 # omega 969
    185 # thetasym 977
    186 # upsih 978
    187 # piv 982
    188 #
    189 # General Punctuation
    190 bull=8226
    191 hellip=8230
    192 prime=8242
    193 Prime=8243
    194 oline=8254
    195 frasl=8260
    196 #
    197 # Letterlike Symbols
    198 weierp=8472
    199 image=8465
    200 real=8476
    201 trade=8482
    202 alefsym=8501
    203 #
    204 # Arrows
    205 larr=8592
    206 uarr=8593
    207 rarr=8594
    208 darr=8595
    209 harr=8596
    210 crarr=8629
    211 lArr=8656
    212 uArr=8657
    213 rArr=8658
    214 dArr=8659
    215 hArr=8660
    216 #
    217 # Mathematical Operators
    218 forall=8704
    219 part=8706
    220 exist=8707
    221 empty=8709
    222 nabla=8711
    223 isin=8712
    224 notin=8713
    225 ni=8715
    226 prod=8719
    227 sum=8721
    228 minus=8722
    229 lowast=8727
    230 radic=8730
    231 prop=8733
    232 infin=8734
    233 ang=8736
    234 and=8743
    235 or=8744
    236 cap=8745
    237 cup=8746
    238 int=8747
    239 there4=8756
    240 sim=8764
    241 cong=8773
    242 asymp=8776
    243 ne=8800
    244 equiv=8801
    245 le=8804
    246 ge=8805
    247 sub=8834
    248 sup=8835
    249 nsub=8836
    250 sube=8838
    251 supe=8839
    252 oplus=8853
    253 otimes=8855
    254 perp=8869
    255 sdot=8901
    256 #
    257 # Miscellaneous Technical
    258 lceil=8968
    259 rceil=8969
    260 lfloor=8970
    261 rfloor=8971
    262 lang=9001
    263 rang=9002
    264 #
    265 # Geometric Shapes
    266 loz=9674
    267 #
    268 # Miscellaneous Symbols
    269 spades=9824
    270 clubs=9827
    271 hearts=9829
    272 diams=9830
    273 #
    274 # Character entity references for internationalization characters
    275 #
    276 # Latin Extended-A
    277 # Netscape can't handle!
    278 # OElig 338
    279 # oelig 339
    280 
    281 #-- NN 4.7 does not seem to support these, so they might ought to be commented.
    282 # Scaron 352
    283 # scaron 353
    284 # Yuml 376
    285 #
    286 # Spacing Modifier Letters -- Netscape can't handle
    287 # circ 710
    288 # tilde 732
    289 #
    290 # General Punctuation
    291 ensp=8194
    292 emsp=8195
    293 thinsp=8201
    294 zwnj=8204
    295 zwj=8205
    296 lrm=8206
    297 rlm=8207
    298 ndash=8211
    299 mdash=8212
    300 lsquo=8216
    301 rsquo=8217
    302 sbquo=8218
    303 ldquo=8220
    304 rdquo=8221
    305 bdquo=8222
    306 dagger=8224
    307 Dagger=8225
    308 permil=8240
    309 lsaquo=8249
    310 rsaquo=8250
    311 euro=8364
    312