xref: /aoo41x/main/sal/textenc/tcvtsym1.tab (revision 11594ab6)
1*11594ab6SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*11594ab6SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*11594ab6SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*11594ab6SAndrew Rist * distributed with this work for additional information
6*11594ab6SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*11594ab6SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*11594ab6SAndrew Rist * "License"); you may not use this file except in compliance
9*11594ab6SAndrew Rist * with the License.  You may obtain a copy of the License at
10*11594ab6SAndrew Rist *
11*11594ab6SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*11594ab6SAndrew Rist *
13*11594ab6SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*11594ab6SAndrew Rist * software distributed under the License is distributed on an
15*11594ab6SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*11594ab6SAndrew Rist * KIND, either express or implied.  See the License for the
17*11594ab6SAndrew Rist * specific language governing permissions and limitations
18*11594ab6SAndrew Rist * under the License.
19*11594ab6SAndrew Rist *
20*11594ab6SAndrew Rist *************************************************************/
21*11594ab6SAndrew Rist
22*11594ab6SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir/* Symbol Font Encodings */
25cdf0e10cSrcweir
26cdf0e10cSrcweirstatic ImplTextEncodingData const aImplSYMBOLTextEncodingData
27cdf0e10cSrcweir    = { { NULL,
28cdf0e10cSrcweir          ImplSymbolToUnicode,
29cdf0e10cSrcweir          ImplUnicodeToSymbol,
30cdf0e10cSrcweir          NULL,
31cdf0e10cSrcweir          NULL,
32cdf0e10cSrcweir          NULL,
33cdf0e10cSrcweir          NULL,
34cdf0e10cSrcweir          NULL,
35cdf0e10cSrcweir          NULL },
36cdf0e10cSrcweir        1,
37cdf0e10cSrcweir        1,
38cdf0e10cSrcweir        1,
39cdf0e10cSrcweir        2,
40cdf0e10cSrcweir        "adobe-fontspecific",
41cdf0e10cSrcweir        "invariant",
42cdf0e10cSrcweir        RTL_TEXTENCODING_INFO_SYMBOL };
43cdf0e10cSrcweir    /* SCRIPT_SYMBOL, pc code page 65400, mac encoding 32 */
44