[interchange-bugs] [rt.icdevgroup.org #259] [Comment] Regression with UTF8 databases and multiple catalogs

Jon Jensen via RT interchange-comment at rt.icdevgroup.org
Tue Sep 1 22:35:45 UTC 2009


http://rt.icdevgroup.org/Ticket/Display.html?id=259
This is a comment.  It is not sent to the Requestor(s):

Date: Wed, 27 May 2009 10:42:10 +0200
From: "Stefan Hornburg (Racke)" <racke at linuxia.de>
To: interchange-users at icdevgroup.org
Subject: Re: [ic] UTF-8 problem with multiple catalogs
Message-ID: <4A1CFCE2.9010200 at linuxia.de>
User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Stefan Hornburg (Racke) wrote:
> Hello,
> 
> I'm trying to hunt down UTF-8 problems with multiple catalogs.
> In my development scenario, catalogs are mixed (UTF-8 and non UTF-8).
> 
> MV_UTF8 and MV_HTTP_CHARSET is not set in interchange.cfg, only
> in the catalog.cfg files of the UTF-8 catalogs.
> 
> In the mixed scenario, all umlauts (like ä and ü) appear garbled
> for the non UTF-8 catalog.
> 
> Running just the non UTF-8 catalog, umlauts come out fine.
> 
> Any help on this is highly appreciated :-).

OK, it looks like the problem is located in Server.pm, line 963:

  binmode(MESSAGE, ':utf8') if $::Variable->{MV_UTF8};

In the mixed scenario the variable is true, otherwise false.

Regards
         Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team


_______________________________________________
interchange-users mailing list
interchange-users at icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users



More information about the interchange-bugs mailing list