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.


Adriano


------------------------------------------------------------------------------
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