[Bug 55241] Problem with chinese character

2014-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

--- Comment #9 from Liangent liang...@gmail.com ---
I guess always adding that does no harm?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

zhuyifei1999 zhuyifei1...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #8 from zhuyifei1999 zhuyifei1...@gmail.com ---
(In reply to John Mark Vandenberg from comment #7)
 (In reply to zhuyifei1999 from comment #6)
  Would it be possible for Site.loadpageinfo()  to make use of converttitles
  api parameter?
 
 That looks like a good approach.  How will you determine if the wiki's
 content language supports variant conversion?

@liangent: ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

--- Comment #6 from zhuyifei1999 zhuyifei1...@gmail.com ---
Would it be possible for Site.loadpageinfo()  to make use of converttitles
api parameter?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

--- Comment #7 from John Mark Vandenberg jay...@gmail.com ---
(In reply to zhuyifei1999 from comment #6)
 Would it be possible for Site.loadpageinfo()  to make use of converttitles
 api parameter?

That looks like a good approach.  How will you determine if the wiki's content
language supports variant conversion?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||zhuyifei1...@gmail.com

--- Comment #3 from John Mark Vandenberg jay...@gmail.com ---
The problem bot edit is here:
https://pl.wikipedia.org/w/index.php?title=Wios%C5%82onos_ameryka%C5%84skidiff=prevoldid=27482496

And the bot removed '[[zh:匙吻鲟]]' from '[[pl:Wiosłonos amerykański]]' with an
edit summary of : (r2.5.2) (robot usuwa zh:匙吻鲟)

It appears from the interwiki code that 'r2.5.2' is the python version.

Was this 2011 edit done with compat or core?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

--- Comment #4 from zhuyifei1999 zhuyifei1...@gmail.com ---
Haven't read through the code yet, but the following seems to suggest that
interwiki.py is likely to have the bug:

 import pywikibot
 pywikibot.Page(pywikibot.Site(zh, wikipedia), u匙吻鲟).exists()
False
 pywikibot.Page(pywikibot.Site(zh, wikipedia), u匙吻鱘).exists()
True

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

xqt i...@gno.de changed:

   What|Removed |Added

 CC||i...@gno.de

--- Comment #5 from xqt i...@gno.de ---
 Was this 2011 edit done with compat or core?

It is compat for that edit and the reason is that mw is able to redirect
different spelling style whereas compat framework is not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |compat (1.0)
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com
   Assignee|pywikipedia-b...@lists.wiki |jay...@gmail.com
   |media.org   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

Amir Ladsgroup ladsgr...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|NEW |UNCONFIRMED
 CC||ladsgr...@gmail.com
  Component|General |interwiki.py
 Ever confirmed|1   |0
   Severity|normal  |minor

--- Comment #1 from Amir Ladsgroup ladsgr...@gmail.com ---
Is it still valid? I didn't try to reproduce it

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

--- Comment #2 from JAn Dudík jan.du...@gmail.com ---
Probably obsolete with Wikidata.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||testme

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55241] Problem with chinese character

2013-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55241

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   See Also||https://sourceforge.net/p/p
   ||ywikipediabot/bugs/1327

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l