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
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},
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 */
>
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},
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.
>
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
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