Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-08-31 Thread Adriano dos Santos Fernandes
On 31/08/2016 06:13, Thomas Steinmaurer wrote: > Hello Adriano, > >> Adriano, >> >>> On 21/07/2016 05:42, Thomas Steinmaurer wrote: Any further ideas? >>> What the DE_DE collation expands, and you don't need to add parameter, >>> are these chars: >>> >>> static const ExpandChar Expan

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-08-31 Thread Thomas Steinmaurer
Hello Adriano, > Adriano, > >> On 21/07/2016 05:42, Thomas Steinmaurer wrote: >>> Any further ideas? >>> >>> >> What the DE_DE collation expands, and you don't need to add parameter, >> are these chars: >> >> static const ExpandChar ExpansionTbl[NUM_EXPAND_CHARS + 1] = { >> {230, 97, 101},

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-07-21 Thread Thomas Steinmaurer
Adriano, > On 21/07/2016 05:42, Thomas Steinmaurer wrote: >> Any further ideas? >> >> > What the DE_DE collation expands, and you don't need to add parameter, > are these chars: > > static const ExpandChar ExpansionTbl[NUM_EXPAND_CHARS + 1] = { > {230, 97, 101},/* æ -> ae */ >

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-07-21 Thread Adriano dos Santos Fernandes
On 21/07/2016 05:42, Thomas Steinmaurer wrote: > Any further ideas? > > What the DE_DE collation expands, and you don't need to add parameter, are these chars: static const ExpandChar ExpansionTbl[NUM_EXPAND_CHARS + 1] = { {230, 97, 101},/* æ -> ae */ {198, 65, 69},

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-07-21 Thread Thomas Steinmaurer
On 20.07.2016 13:19, Thomas Steinmaurer wrote: > Hello Adriano, > >> On 20/07/2016 04:35, Thomas Steinmaurer wrote: >>> Hello, >>> >>> I need to sort umlauts in its expanded expression (ae, oe, ue), thus I >>> thought >>> to define my own collation based on DE_DE, but this does not seem to work. >

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-07-20 Thread Thomas Steinmaurer
Hello Adriano, > On 20/07/2016 04:35, Thomas Steinmaurer wrote: >> Hello, >> >> I need to sort umlauts in its expanded expression (ae, oe, ue), thus I >> thought >> to define my own collation based on DE_DE, but this does not seem to work. >> Perhaps it is not supported anyway that way. >> >> Tes

Re: [Firebird-devel] Usage of COLLATION specific attribute 'DISABLE-EXPANSIONS'

2016-07-20 Thread Adriano dos Santos Fernandes
On 20/07/2016 04:35, Thomas Steinmaurer wrote: > Hello, > > I need to sort umlauts in its expanded expression (ae, oe, ue), thus I > thought to define my own collation based on DE_DE, but this does not seem to > work. Perhaps it is not supported anyway that way. > > Test case: > > create collatio