plan00.inc
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:20k
源码类别:

生物技术

开发平台:

C/C++

  1. /*  $Id: plan00.inc,v 1000.0 2004/06/01 19:43:40 gouriano Exp $
  2.  * ==========================================================================
  3.  *
  4.  *                            PUBLIC DOMAIN NOTICE
  5.  *               National Center for Biotechnology Information
  6.  *
  7.  *  This software/database is a "United States Government Work" under the
  8.  *  terms of the United States Copyright Act.  It was written as part of
  9.  *  the author's official duties as a United States Government employee and
  10.  *  thus cannot be copyrighted.  This software/database is freely available
  11.  *  to the public for use. The National Library of Medicine and the U.S.
  12.  *  Government have not placed any restriction on its use or reproduction.
  13.  *
  14.  *  Although all reasonable efforts have been taken to ensure the accuracy
  15.  *  and reliability of the software and data, the NLM and the U.S.
  16.  *  Government do not and cannot warrant the performance or results that
  17.  *  may be obtained by using this software or data. The NLM and the U.S.
  18.  *  Government disclaim all warranties, express or implied, including
  19.  *  warranties of performance, merchantability or fitness for any particular
  20.  *  purpose.
  21.  *
  22.  *  Please cite the author in any work or product based on this material.
  23.  *
  24.  * ==========================================================================
  25.  *
  26.  * Author: Aleksey Vinokurov
  27.  *
  28.  * File Description:
  29.  *    Unicode transformation library
  30.  *    Plan 00 
  31.  *
  32.  */
  33. static TUnicodePlan s_Plan_00h = {
  34.     { 0, eString },  //                                         U+0000
  35.     { 0, eString },  //                                         U+0001
  36.     { 0, eString },  //                                         U+0002
  37.     { 0, eString },  //                                         U+0003
  38.     { 0, eString },  //                                         U+0004
  39.     { 0, eString },  //                                         U+0005
  40.     { 0, eString },  //                                         U+0006
  41.     { 0, eString },  //                                         U+0007
  42.     { 0, eString },  //                                         U+0008
  43.     { 0, eString },  //                                         U+0009
  44.     { 0, eString },  //                                         U+000A
  45.     { 0, eString },  //                                         U+000B
  46.     { 0, eString },  //                                         U+000C
  47.     { 0, eString },  //                                         U+000D
  48.     { 0, eString },  //                                         U+000E
  49.     { 0, eString },  //                                         U+000F
  50.     { 0, eString },  //                                         U+0010
  51.     { 0, eString },  //                                         U+0011
  52.     { 0, eString },  //                                         U+0012
  53.     { 0, eString },  //                                         U+0013
  54.     { 0, eString },  //                                         U+0014
  55.     { 0, eString },  //                                         U+0015
  56.     { 0, eString },  //                                         U+0016
  57.     { 0, eString },  //                                         U+0017
  58.     { 0, eString },  //                                         U+0018
  59.     { 0, eString },  //                                         U+0019
  60.     { 0, eString },  //                                         U+001A
  61.     { 0, eString },  //                                         U+001B
  62.     { 0, eString },  //                                         U+001C
  63.     { 0, eString },  //                                         U+001D
  64.     { 0, eString },  //                                         U+001E
  65.     { 0, eString },  //                                         U+001F
  66.     { " ", eString },  //                                          U+0020
  67.     { "!", eString },  // old dictionary                           U+0021
  68.     { """, eString },  // old dictionary                          U+0022
  69.     { "#", eString },  // old dictionary                           U+0023
  70.     { "$", eString },  // old dictionary                           U+0024
  71.     { "%", eString },  // old dictionary                           U+0025
  72.     { "&", eString },  // old dictionary                           U+0026
  73.     { "'", eString },  // old dictionary                           U+0027
  74.     { "(", eString },  // old dictionary                           U+0028
  75.     { ")", eString },  // old dictionary                           U+0029
  76.     { "*", eString },  // old dictionary                           U+002A
  77.     { "+", eString },  // old dictionary                           U+002B
  78.     { ",", eString },  // old dictionary                           U+002C
  79.     { "-", eString },  //                                          U+002D
  80.     { ".", eString },  // old dictionary                           U+002E
  81.     { "/", eString },  // old dictionary                           U+002F
  82.     { "0", eString },  //                                          U+0030
  83.     { "1", eString },  //                                          U+0031
  84.     { "2", eString },  //                                          U+0032
  85.     { "3", eString },  //                                          U+0033
  86.     { "4", eString },  //                                          U+0034
  87.     { "5", eString },  //                                          U+0035
  88.     { "6", eString },  //                                          U+0036
  89.     { "7", eString },  //                                          U+0037
  90.     { "8", eString },  //                                          U+0038
  91.     { "9", eString },  //                                          U+0039
  92.     { ":", eString },  // old dictionary                           U+003A
  93.     { ";", eString },  // old dictionary                           U+003B
  94.     { "<", eString },  // old dictionary                           U+003C
  95.     { "=", eString },  // old dictionary                           U+003D
  96.     { ">", eString },  // old dictionary                           U+003E
  97.     { "?", eString },  // old dictionary                           U+003F
  98.     { "@", eString },  // old dictionary                           U+0040
  99.     { "A", eString },  //                                          U+0041
  100.     { "B", eString },  //                                          U+0042
  101.     { "C", eString },  //                                          U+0043
  102.     { "D", eString },  //                                          U+0044
  103.     { "E", eString },  //                                          U+0045
  104.     { "F", eString },  //                                          U+0046
  105.     { "G", eString },  //                                          U+0047
  106.     { "H", eString },  //                                          U+0048
  107.     { "I", eString },  //                                          U+0049
  108.     { "J", eString },  //                                          U+004A
  109.     { "K", eString },  //                                          U+004B
  110.     { "L", eString },  //                                          U+004C
  111.     { "M", eString },  //                                          U+004D
  112.     { "N", eString },  //                                          U+004E
  113.     { "O", eString },  //                                          U+004F
  114.     { "P", eString },  //                                          U+0050
  115.     { "Q", eString },  //                                          U+0051
  116.     { "R", eString },  //                                          U+0052
  117.     { "S", eString },  //                                          U+0053
  118.     { "T", eString },  //                                          U+0054
  119.     { "U", eString },  //                                          U+0055
  120.     { "V", eString },  //                                          U+0056
  121.     { "W", eString },  //                                          U+0057
  122.     { "X", eString },  //                                          U+0058
  123.     { "Y", eString },  //                                          U+0059
  124.     { "Z", eString },  //                                          U+005A
  125.     { "[", eString },  // old dictionary                           U+005B
  126.     { "\", eString },  // old dictionary                          U+005C
  127.     { "]", eString },  // old dictionary                           U+005D
  128.     { ";", eString },  // old dictionary                           U+005E
  129.     { "_", eString },  // old dictionary                           U+005F
  130.     { ";", eString },  // old dictionary                           U+0060
  131.     { "a", eString },  //                                          U+0061
  132.     { "b", eString },  //                                          U+0062
  133.     { "c", eString },  //                                          U+0063
  134.     { "d", eString },  //                                          U+0064
  135.     { "e", eString },  //                                          U+0065
  136.     { "f", eString },  //                                          U+0066
  137.     { "g", eString },  //                                          U+0067
  138.     { "h", eString },  //                                          U+0068
  139.     { "i", eString },  //                                          U+0069
  140.     { "j", eString },  //                                          U+006A
  141.     { "k", eString },  //                                          U+006B
  142.     { "l", eString },  //                                          U+006C
  143.     { "m", eString },  //                                          U+006D
  144.     { "n", eString },  //                                          U+006E
  145.     { "o", eString },  //                                          U+006F
  146.     { "p", eString },  //                                          U+0070
  147.     { "q", eString },  //                                          U+0071
  148.     { "r", eString },  //                                          U+0072
  149.     { "s", eString },  //                                          U+0073
  150.     { "t", eString },  //                                          U+0074
  151.     { "u", eString },  //                                          U+0075
  152.     { "v", eString },  //                                          U+0076
  153.     { "w", eString },  //                                          U+0077
  154.     { "x", eString },  //                                          U+0078
  155.     { "y", eString },  //                                          U+0079
  156.     { "z", eString },  //                                          U+007A
  157.     { "{", eString },  // old dictionary                           U+007B
  158.     { "|", eString },  // old dictionary                           U+007C
  159.     { "}", eString },  // old dictionary                           U+007D
  160.     { "~", eString },  //                                          U+007E
  161.     { 0, eString },  //                                         U+007F
  162.     { 0, eString },  //                                         U+0080
  163.     { 0, eString },  //                                         U+0081
  164.     { 0, eString },  //                                         U+0082
  165.     { 0, eString },  //                                         U+0083
  166.     { 0, eString },  //                                         U+0084
  167.     { 0, eString },  //                                         U+0085
  168.     { 0, eString },  //                                         U+0086
  169.     { 0, eString },  //                                         U+0087
  170.     { 0, eString },  //                                         U+0088
  171.     { 0, eString },  //                                         U+0089
  172.     { 0, eString },  //                                         U+008A
  173.     { 0, eString },  //                                         U+008B
  174.     { 0, eString },  //                                         U+008C
  175.     { 0, eString },  //                                         U+008D
  176.     { 0, eString },  //                                         U+008E
  177.     { 0, eString },  //                                         U+008F
  178.     { 0, eString },  //                                         U+0090
  179.     { 0, eString },  //                                         U+0091
  180.     { 0, eString },  //                                         U+0092
  181.     { 0, eString },  //                                         U+0093
  182.     { 0, eString },  //                                         U+0094
  183.     { 0, eString },  //                                         U+0095
  184.     { 0, eString },  //                                         U+0096
  185.     { 0, eString },  //                                         U+0097
  186.     { 0, eString },  //                                         U+0098
  187.     { 0, eString },  //                                         U+0099
  188.     { 0, eString },  //                                         U+009A
  189.     { 0, eString },  //                                         U+009B
  190.     { 0, eString },  //                                         U+009C
  191.     { 0, eString },  //                                         U+009D
  192.     { 0, eString },  //                                         U+009E
  193.     { 0, eString },  //                                         U+009F
  194.     { " ", eString },  // old dictionary                           U+00A0
  195.     { " inverted exclamation mark", eString },  // old dictionary  U+00A1
  196.     { " cent", eString },  // old dictionary                       U+00A2
  197.     { " pound", eString },  // old dictionary                      U+00A3
  198.     { " currency", eString },  // old dictionary                   U+00A4
  199.     { " yen", eString },  // old dictionary                        U+00A5
  200.     { "|", eString },  // old dictionary                           U+00A6
  201.     { " section sign", eString },  // old dictionary               U+00A7
  202.     { " ", eString },  // old dictionary                           U+00A8
  203.     { "(c)", eString },  // old dictionary                         U+00A9
  204.     { " feminine", eString },  // old dictionary                   U+00AA
  205.     { "<<", eString },  // old dictionary                          U+00AB
  206.     { " not", eString },  // old dictionary                        U+00AC
  207.     { "-", eString },  // old dictionary                           U+00AD
  208.     { "(R)", eString },  // old dictionary                         U+00AE
  209.     { " ", eString },  // old dictionary                           U+00AF
  210.     { " degrees ", eString },  // old dictionary                   U+00B0
  211.     { "+/-", eString },  // old dictionary                         U+00B1
  212.     { "(2)", eString },  // old dictionary                         U+00B2
  213.     { "(3)", eString },  // old dictionary                         U+00B3
  214.     { " ", eString },  // old dictionary                           U+00B4
  215.     { "micro", eString },  //                                      U+00B5
  216.     { " paragraph sign", eString },  // old dictionary             U+00B6
  217.     { ".", eString },  // old dictionary           U+00B7
  218.     { " ", eString },  // old dictionary                           U+00B8
  219.     { "(1)", eString },  // old dictionary                         U+00B9
  220.     { " masculine", eString },  // old dictionary                  U+00BA
  221.     { ">>", eString },  // old dictionary                          U+00BB
  222.     { "(1/4)", eString },  // old dictionary                       U+00BC
  223.     { "(1/2)", eString },  // old dictionary                       U+00BD
  224.     { "(3/4)", eString },  // old dictionary                       U+00BE
  225.     { " inverted question mark", eString },  // old dictionary     U+00BF
  226.     { "A", eString },  // value > 0x80 in the old dict.            U+00C0
  227.     { "A", eString },  // value > 0x80 in the old dict.            U+00C1
  228.     { "A", eString },  // value > 0x80 in the old dict.            U+00C2
  229.     { "A", eString },  // value > 0x80 in the old dict.            U+00C3
  230.     { "A", eString },  // value > 0x80 in the old dict.            U+00C4
  231.     { "A", eString },  // value > 0x80 in the old dict.            U+00C5
  232.     { "AE", eString },  // old dictionary                          U+00C6
  233.     { "C", eString },  // value > 0x80 in the old dict.            U+00C7
  234.     { "E", eString },  // value > 0x80 in the old dict.            U+00C8
  235.     { "E", eString },  // value > 0x80 in the old dict.            U+00C9
  236.     { "E", eString },  // value > 0x80 in the old dict.            U+00CA
  237.     { "E", eString },  // value > 0x80 in the old dict.            U+00CB
  238.     { "I", eString },  // value > 0x80 in the old dict.            U+00CC
  239.     { "I", eString },  // value > 0x80 in the old dict.            U+00CD
  240.     { "I", eString },  // value > 0x80 in the old dict.            U+00CE
  241.     { "I", eString },  // value > 0x80 in the old dict.            U+00CF
  242.     { "Eth", eString },  // value > 0x80 in the old dict.          U+00D0
  243.     { "N", eString },  // value > 0x80 in the old dict.            U+00D1
  244.     { "O", eString },  // value > 0x80 in the old dict.            U+00D2
  245.     { "O", eString },  // value > 0x80 in the old dict.            U+00D3
  246.     { "O", eString },  // value > 0x80 in the old dict.            U+00D4
  247.     { "O", eString },  // value > 0x80 in the old dict.            U+00D5
  248.     { "O", eString },  // value > 0x80 in the old dict.            U+00D6
  249.     { "x", eString },  // old dictionary                           U+00D7
  250.     { "O", eString },  // value > 0x80 in the old dict.            U+00D8
  251.     { "U", eString },  // value > 0x80 in the old dict.            U+00D9
  252.     { "U", eString },  // value > 0x80 in the old dict.            U+00DA
  253.     { "U", eString },  // value > 0x80 in the old dict.            U+00DB
  254.     { "U", eString },  // value > 0x80 in the old dict.            U+00DC
  255.     { "Y", eString },  // value > 0x80 in the old dict.            U+00DD
  256.     { "Thorn", eString },  // value > 0x80 in the old dict.        U+00DE
  257.     { "ss", eString },  // old dictionary                          U+00DF
  258.     { "a", eString },  // value > 0x80 in the old dict.            U+00E0
  259.     { "a", eString },  // value > 0x80 in the old dict.            U+00E1
  260.     { "a", eString },  // value > 0x80 in the old dict.            U+00E2
  261.     { "a", eString },  // value > 0x80 in the old dict.            U+00E3
  262.     { "a", eString },  // value > 0x80 in the old dict.            U+00E4
  263.     { "a", eString },  // value > 0x80 in the old dict.            U+00E5
  264.     { "ae", eString },  // old dictionary                          U+00E6
  265.     { "c", eString },  // value > 0x80 in the old dict.            U+00E7
  266.     { "e", eString },  // value > 0x80 in the old dict.            U+00E8
  267.     { "e", eString },  // value > 0x80 in the old dict.            U+00E9
  268.     { "e", eString },  // value > 0x80 in the old dict.            U+00EA
  269.     { "e", eString },  // value > 0x80 in the old dict.            U+00EB
  270.     { "i", eString },  // value > 0x80 in the old dict.            U+00EC
  271.     { "i", eString },  // value > 0x80 in the old dict.            U+00ED
  272.     { "i", eString },  // value > 0x80 in the old dict.            U+00EE
  273.     { "i", eString },  // value > 0x80 in the old dict.            U+00EF
  274.     { "eth", eString },  // value > 0x80 in the old dict.          U+00F0
  275.     { "n", eString },  // value > 0x80 in the old dict.            U+00F1
  276.     { "o", eString },  // value > 0x80 in the old dict.            U+00F2
  277.     { "o", eString },  // value > 0x80 in the old dict.            U+00F3
  278.     { "o", eString },  // value > 0x80 in the old dict.            U+00F4
  279.     { "o", eString },  // value > 0x80 in the old dict.            U+00F5
  280.     { "o", eString },  // value > 0x80 in the old dict.            U+00F6
  281.     { "/", eString },  // old dictionary                           U+00F7
  282.     { "o", eString },  // value > 0x80 in the old dict.            U+00F8
  283.     { "u", eString },  // value > 0x80 in the old dict.            U+00F9
  284.     { "u", eString },  // value > 0x80 in the old dict.            U+00FA
  285.     { "u", eString },  // value > 0x80 in the old dict.            U+00FB
  286.     { "u", eString },  // value > 0x80 in the old dict.            U+00FC
  287.     { "y", eString },  // value > 0x80 in the old dict.            U+00FD
  288.     { "thorn", eString },  // value > 0x80 in the old dict.        U+00FE
  289.     { "y", eString },  // value > 0x80 in the old dict.            U+00FF
  290. };
  291. /*
  292.  * ==========================================================================
  293.  * $Log: plan00.inc,v $
  294.  * Revision 1000.0  2004/06/01 19:43:40  gouriano
  295.  * PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.1
  296.  *
  297.  * Revision 1.1  2004/05/06 18:21:25  gouriano
  298.  * Imported from pubmed/xmldb
  299.  *
  300.  * ==========================================================================
  301.  */