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 */
>     {198, 65, 69},                /* Æ -> AE */
>     {223, 115, 115},            /* ß -> ss */
>     {254, 116, 104},            /* þ -> th */
>     {222, 84, 72},                /* Þ -> TH */
>     {0, 0, 0}                    /* END OF TABLE */
> };
>
> Looks like the one you want is not there.

Thanks! Two more questions ...

* Is the list above based on some standard/norm or is this Firebird 
specific?

* I guess the single source of truth regarding expansions per collation 
is located in the Firebird source. ;-) Can you please point me where to 
find that?


Thanks,
Thomas

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to