barolet / kovans-ogbot

Automatically exported from code.google.com/p/kovans-ogbot
0 stars 0 forks source link

bug report in korean version #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bot version: all versions
OGame server language: korean (euc-kr)
OGame server version:  0.76a
Operating System: XP

Description of the problem:
previously, o-game.co.kr's portal page was in UTF-8 while the game itself 
was in EUC-KR
now portal page got revamped and both the portal page and game are in EUC-
KR, therefore the part where it changes euc-kr to UTF-8 should be removed.

and also here's final version of korean localization ini file:
http://debianlive.org/korean.ini

Thanks

Log contents:

Please provide any additional information below:

Original issue reported on code.google.com by pewlaser...@gmail.com on 14 Jun 2007 at 3:13

GoogleCodeExporter commented 8 years ago
Nice job.
Is it working now with those changes?.
Cheers.

Original comment by jsceballos on 14 Jun 2007 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by jsceballos on 14 Jun 2007 at 8:24

GoogleCodeExporter commented 8 years ago
nope not working,

as I wrote above,

WebAdapter.py | grep kr
[        elif  self.serverLanguage == "kr":
     translation = translation.decode('Euc-kr').encode('utf-8')   ]

the part I marked with square bracket must be removed from the code for the 
program 
to properly work. Hope this gets fixed soon =)

Original comment by pewlaser...@gmail.com on 15 Jun 2007 at 4:11

GoogleCodeExporter commented 8 years ago
I mean, after removing the part between square brackers, you say the bot works?.

Original comment by jsceballos on 15 Jun 2007 at 1:37

GoogleCodeExporter commented 8 years ago
I'm asking you to remove it from the code :) and yes, it should work if it is 
removed

Original comment by pewlaser...@gmail.com on 17 Jun 2007 at 12:57

GoogleCodeExporter commented 8 years ago
I already removed the code, but I cannot verify that it works. That's why I'm 
asking
you, that supposedly have removed the code, if it works. 
If you are a programmer, you will know that from "it should work" to "it works",
often there is still a long road ahead.

Original comment by jsceballos on 18 Jun 2007 at 11:01

GoogleCodeExporter commented 8 years ago
hello?

Original comment by jsceballos on 22 Jun 2007 at 1:10

GoogleCodeExporter commented 8 years ago
Assuming it works.
For further discussion use Feature requests forum.

Original comment by kovansog...@gmail.com on 23 Jun 2007 at 3:10