8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 05:23:02 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
alexpeshkoff
3f13437f2a Fixed gcc warning, avoid a lot of casts 2009-01-13 16:21:15 +00:00
robocop
95292d1731 Style. 2008-12-20 08:12:19 +00:00
asfernandes
ff5f8745fb Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
asfernandes
7f4f7b06d6 Misc 2008-07-16 01:39:12 +00:00
asfernandes
cce6f50920 GCC emits warning when struct in non-anonymous namespace references struct from the anonymous namespace. Use void* and cast appropriatelly, because multiple declaration of struct using the same name
is not good and caused problem during V2.0 development.
2008-07-12 19:37:03 +00:00
asfernandes
a798e403ee Misc 2007-04-17 02:24:33 +00:00
asfernandes
9582ea243c 1) Upgrade INTL interface to undestand misc. configuration informations
2) Make our ICU collations work with different ICU versions (tested with ICU 3.6)
2007-04-15 15:57:12 +00:00
asfernandes
45346169c5 1) UNICODE_CI - UNICODE case-insensitive collation for UTF8
2) Locale specific attribute for UNICODE collations
3) Remove code duplication in implementation of UNICODE collations for fbintl
4) Remove ugly TEXTTYPE type
2006-09-17 20:06:36 +00:00
asfernandes
93b5358e58 Ability to use:
1) ICU charsets through fbintl
2) UNICODE collation (charset_UNICODE) for all fbintl charsets
2006-06-13 02:38:39 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
skidder
72a279a7d5 Adjust INTL interface according to new talks with Adriano 2004-09-15 01:36:13 +00:00
skidder
55033fbcc2 Little INTL interface changes as discussed with Adriano 2004-09-14 01:06:31 +00:00
skidder
ad0a3a9efb Fix bug in canonical representation routine 2004-09-09 19:24:36 +00:00
skidder
fb4bacf7a6 A little bit more clarification 2004-08-18 03:09:47 +00:00
skidder
5c90535244 Let's use UTF-16 as intermediate encoding. It is going to cause us more grief, but it seems to be supported better in third-party libraries 2004-08-17 22:21:19 +00:00
skidder
4e870bcc40 Add comment about Unicode encoding used for intermediate representation 2004-08-17 17:30:39 +00:00
skidder
1085fce09a New INTL interface amendments 2004-08-17 00:04:52 +00:00
skidder
38aea081b8 Apply changes by Adriano to make compilable 2004-08-13 19:27:45 +00:00
skidder
0afb376817 Further clarification of new INTL interface 2004-08-12 19:51:26 +00:00
skidder
87193a5461 Clarify string comparison interface 2004-08-12 19:44:31 +00:00
skidder
1ee14ad144 Some small changes in INTL interface 2004-08-12 19:21:03 +00:00
skidder
6d0c34debc Draft of new INTL interface 2004-08-12 05:17:49 +00:00