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

18 Commits

Author SHA1 Message Date
robocop
55e17e46d7 - Made some constructor explicit and discovered that for adding one byte to a string, a temporary string was being created on the fly. Unacceptable in loops.
- Disabled constructor from hell for now. I wasn't the only one confused about the nature of the only argument: only looking at the signature one realizes it's a byte's value, not the initial length.
2008-03-13 10:38:39 +00:00
robocop
2912e6a5be Cleanup and misc. 2008-03-10 08:44:07 +00:00
asfernandes
53ac9b7616 Fixed CORE-1715 - Incorrect "key size exceeds implementation restriction for index" error 2008-01-30 13:27:52 +00:00
dimitr
e08c5da397 The merge continued. 2008-01-16 09:07:24 +00:00
robocop
022397334d It seems our dear Alex only compiles in Release mode.
:-)
2007-10-06 10:29:46 +00:00
alexpeshkoff
abd533f545 Fixed CORE-1499: Wrong alignment of data, used in INTL converters 2007-10-05 14:37:33 +00:00
robocop
0b6b7abdce Misc. 2007-09-02 09:34:02 +00:00
asfernandes
4581e241c9 Fixed CORE-1431 - Greek characters in cp1251 vs uppercasing 2007-08-29 15:16:59 +00:00
alexpeshkoff
8b5dd60a66 fixed posix build after latest changes 2007-04-19 09:19:11 +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
8c7076b67f Port of Yaffil builtin functions 2007-04-12 15:56:34 +00:00
asfernandes
1d422a8330 1) Refactor intl_classes.h and intl.cpp
2) Make conversions from CharSet1->UTF16->CharSet2 job of CsConvert class
2006-10-10 19:40:33 +00:00
asfernandes
b9d60f6804 Improvements based on Claudio suggestions 2006-09-21 12:23:20 +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
f33096d62c Collation attributes: 1) escape syntax 2) remove empty attributes from the map 2006-08-01 12:25:36 +00:00
robocop
083762d55b Misc. 2006-08-01 07:42:48 +00:00
asfernandes
5f2119e46f Misc - we're in 2006 :-) 2006-07-30 20:32:28 +00:00
asfernandes
c13b4cc61a Work on collation attributes:
1) Define a common format for it
2) Merge attributes of the base collation in the attributes of the derived one
2006-07-30 20:31:25 +00:00