[Bug 906] Changed - locale issues with MSIE6
bugs@bugs.horde.org
bugs@bugs.horde.org
Sat, 16 Mar 2002 09:31:13 -0400
http://bugs.horde.org/show_bug.cgi?id=906
*** shadow/906 Sat Mar 16 09:26:52 2002
--- shadow/906.tmp.24862 Sat Mar 16 09:31:12 2002
***************
*** 3,15 ****
Version: 2.1 Unstable
Platform: MSIE 5
OS/Version: All
! Status: ASSIGNED
Resolution:
Severity: normal
Priority: P2
Component: IMP
Area: BUILD
! AssignedTo: chuck@horde.org
ReportedBy: dom@http.org
URL:
Summary: locale issues with MSIE6
--- 3,15 ----
Version: 2.1 Unstable
Platform: MSIE 5
OS/Version: All
! Status: NEW
Resolution:
Severity: normal
Priority: P2
Component: IMP
Area: BUILD
! AssignedTo: jan@horde.org
ReportedBy: dom@http.org
URL:
Summary: locale issues with MSIE6
***************
*** 34,36 ****
--- 34,42 ----
$trans_lang = explode("_", $trans_lang);
$trans_lang = $trans_lang[0] . "_" . strtoupper($trans_lang[1]);
+
+ ------- Additional Comments From jan@horde.org 03/16/02 09:31 -------
+ That's not quite correct. In the third part of _map() we compare the uppercased
+ HTTP_ACCEPT_LANGUAGE header with the uppercased locale entries in $nls. But
+ I'll clean the code up a bit so that we can do this in one step because we can
+ rely on the $nls keys being in the ll_CC format.