https://bugzilla.wikimedia.org/show_bug.cgi?id=33507
--- Comment #35 from Santhosh Thottingal <[email protected]> 2012-01-23 17:08:34 UTC --- From the initialiiseSettings.php for wgMetaNamespaceTalk I got, 'aswiki' => 'ৱিকিপিডিয়া_বাৰ্তা', If I get hexcodes, 09F1 09BF 0995 09BF 09AA 09BF 09A1 09BF 09DF 09BE 005F 09AC 09BE 09F0 09CD 09A4 09BE Now, If I save the string ''ৱিকিপিডিয়া_বাৰ্তা', in a page, once saved I get ৱিকিপিডিয়া_বাৰ্তা Hexcode for this is: 09F1 09BF 0995 09BF 09AA 09BF 09A1 09BF 09AF 09BC 09BE 005F 09AC 09BE 09F0 09CD 09A4 09BE 0020 That is decomposed form and different from what is given in wgMetaNamespaceTalk and possibly the reason for issue And for wgMetaNamespace, 'aswiki' => 'ৱিকিপিডিয়া', hexcode: 09F1 09BF 0995 09BF 09AA 09BF 09A1 09BF 09AF 09BC 09BE and this is already decomposed form and there wont be anything broken. So I guess the solution is to use decomposed form in initialiiseSettings.php -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
