Use wfBCP47() to format language code for IE in Accept-Language.
authorLiangent <liangent@gmail.com>
Sat, 17 Nov 2012 20:00:12 +0000 (04:00 +0800)
committerLiangent <liangent@gmail.com>
Sat, 17 Nov 2012 20:00:12 +0000 (04:00 +0800)
commit04ecbe56cb1218c4af402170f64b3437a1c9b532
treefdec31a16abbadec4a0a575a287681e70d4d5467
parent44e68ac4f708a9f393a9d2e228acbd35c1cf2f07
Use wfBCP47() to format language code for IE in Accept-Language.

It's reported that IE is actually sending language code in BCP 47
format (like zh-Hans), instead of uppercasing the whole 2nd part.

Change-Id: I6761191f299373d9267660a7eb14dc0b34cd5a38
includes/OutputPage.php