Page MenuHomePhabricator

utf8 issue with list=recentchanges
Closed, DeclinedPublic

Description

this query
wget 'http://el.wiktionary.org/w/api.php?action=query&list=recentchanges&rclimit=500&rctype=new|edit&format=wddx&rcstart=2008-01-14T02:00:00Z&rcend=2008-01-13T23:00:00Z'
produces good output for the article titles (e.g. ουλαμός)

this query
wget 'http://el.wiktionary.org/w/api.php?action=query&list=recentchanges&rcprop=title|user&rclimit=500&rctype=new|edit&format=wddx&rcstart=2008-01-14T02:00:00Z&rcend=2008-01-13T23:00:00Z'
produces bad output, like οÏ
λαμός

the parameter rcprop=title is apparently to blame.


Version: unspecified
Severity: enhancement

Details

Reference
bz12620

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:07 PM
bzimport set Reference to bz12620.
bzimport added a subscriber: Unknown Object (MLST).

Bryan.TongMinh wrote:

Internet Explorer does not appear to recognize the charset=utf-8 HTTP header or the <?xml encoding?> declaration. Worksforme in Firefox, and should work in any non-broken, UTF aware client.

Works for me in IE as well (at least IE 7).