~ubuntu-branches/ubuntu/karmic/firebird2.1/karmic

« back to all changes in this revision

Viewing changes to src/intl/lc_icu.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-05-26 23:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080526235925-2pnqj6nxpppoeaer
Tags: upstream-2.1.0.17798-0.ds2
ImportĀ upstreamĀ versionĀ 2.1.0.17798-0.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *      PROGRAM:        Firebird International support
 
3
 *      MODULE:         lc_icu.h
 
4
 *      DESCRIPTION:    Collations of ICU character sets
 
5
 *
 
6
 *  The contents of this file are subject to the Initial
 
7
 *  Developer's Public License Version 1.0 (the "License");
 
8
 *  you may not use this file except in compliance with the
 
9
 *  License. You may obtain a copy of the License at
 
10
 *  http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
 
11
 *
 
12
 *  Software distributed under the License is distributed AS IS,
 
13
 *  WITHOUT WARRANTY OF ANY KIND, either express or implied.
 
14
 *  See the License for the specific language governing rights
 
15
 *  and limitations under the License.
 
16
 *
 
17
 *  The Original Code was created by Adriano dos Santos Fernandes
 
18
 *  for the Firebird Open Source RDBMS project.
 
19
 *
 
20
 *  Copyright (c) 2004 Adriano dos Santos Fernandes <adrianosf@uol.com.br>
 
21
 *  and all contributors signed below.
 
22
 *
 
23
 *  All Rights Reserved.
 
24
 *  Contributor(s): ______________________________________.
 
25
 */
 
26
 
 
27
#ifndef INTL_LC_ICU_H
 
28
#define INTL_LC_ICU_H
 
29
 
 
30
#include "../common/classes/fb_string.h"
 
31
 
 
32
bool LCICU_setup_attributes(const ASCII* name, const ASCII* charSetName, const ASCII* configInfo,
 
33
        const Firebird::string& specificAttributes, Firebird::string& newSpecificAttributes);
 
34
bool LCICU_texttype_init(texttype* tt,
 
35
                                                 const ASCII* name,
 
36
                                                 const ASCII* charSetName,
 
37
                                                 USHORT attributes,
 
38
                                                 const UCHAR* specificAttributes,
 
39
                                                 ULONG specificAttributesLength,
 
40
                                                 const ASCII* configInfo);
 
41
 
 
42
#endif  // INTL_LC_ICU_H