Hi, I am new to the list, I work on huwiki and have the following problem:
When I write te command
solve_disambiguation.py -just -pos:"39-es főút" "39-es számú főút"
the bot keeps answering:
Possibility 39-es fńút does not actually exist. Use it anyway? ([y]es, [N]o) Getting references to [[39-es számú fńút]] Found 0 references.
Note that ő has become ń. What can I do? Ő is a Hungarian letter, and I really-really need it. :-)
Bináris
2008/1/19, Bináris wikiposta@gmail.com:
Hi, I am new to the list, I work on huwiki and have the following problem:
When I write te command
solve_disambiguation.py -just -pos:"39-es főút" "39-es számú főút"
the bot keeps answering:
Possibility 39-es fńút does not actually exist. Use it anyway? ([y]es, [N]o) Getting references to [[39-es számú fńút]] Found 0 references.
Note that ő has become ń. What can I do? Ő is a Hungarian letter, and I really-really need it. :-)
Try the following:
solve_disambiguation.py -just 39-es_sz%C3%A1m%C3%BA_f%C5%91%C3%BAt
At the first page you want to change, choose 'a' (add), and on the next line fill in
39-es főút
That should do the trick, I think.
This is not really comfortable, but does work, thank you!
Bináris
2008/1/19, Andre Engels andreengels@gmail.com:
Try the following:
solve_disambiguation.py -just 39-es_sz%C3%A1m%C3%BA_f%C5%91%C3%BAt
At the first page you want to change, choose 'a' (add), and on the next line fill in
39-es főút
That should do the trick, I think.
I have to correct myself immediately:
solve_disambiguation.py -just 39-es_sz%C3%A1m%C3%BA_f%C5%91%C3%BAt
At the first page you want to change, choose 'a' (add), and on the next line fill in
39-es főút
Here 39-es f%C5%91%C3%BAt instead, as well as in the command line, and
_this_ works. &#@˘°|.
Bináris
Am Samstag 19 Januar 2008 08:53:35 schrieb Bináris:
solve_disambiguation.py -just -pos:"39-es főút" "39-es számú főút"
the bot keeps answering:
Possibility 39-es fńút does not actually exist. Use it anyway?
Note that ő has become ń. What can I do? Ő is a Hungarian letter, and I really-really need it. :-)
Hi Bináris,
what operating system version are you using? Also, what happens when you open a python interpreter and execute this:
daniel@artemis:~$ python Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import sys sys.stdout.encoding
Cheers,
Daniel
Hi Daniel, the result is 'CP852'. Operation system is Windows XP SP2 Hungarian version.
Bináris
2008/1/19, Daniel Herding DHerding@gmx.de:
what operating system version are you using? Also, what happens when you open a python interpreter and execute this:
import sys sys.stdout.encoding
Hi Bináris,
please try the latest SVN version (revision 4980 or above).
Cheers
Daniel
Am Sonntag 03 Februar 2008 16:11:28 schrieb Bináris:
Hi Daniel, the result is 'CP852'. Operation system is Windows XP SP2 Hungarian version.
Bináris
2008/1/19, Daniel Herding DHerding@gmx.de:
what operating system version are you using? Also, what happens when you open
a python interpreter and execute this:
import sys sys.stdout.encoding