ajbdev / phpsc2replay

Automatically exported from code.google.com/p/phpsc2replay
0 stars 1 forks source link

Foreign character names causing trouble with parsing players #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the attached file into phpsc2replay (I was informed the names are in 
Russian, I'm assuming this is the main issue since it has been working fine 
with english only names.)

What is the expected output? What do you see instead?
Some data such as the version and length parse fine but the array returned by 
getPlayers() is empty.

What version of the product are you using? On what operating system?
phpsc2replay v1.20 on Windows 7 using PHP 5.2.14

Please provide any additional information below.
Is this something that is supposed to work, or something that just isn't 
implemented and will it be implemented in the future.

Original issue reported on code.google.com by ameer.ay...@gmail.com on 4 Nov 2010 at 10:23

Attachments:

GoogleCodeExporter commented 8 years ago
When I upload it through the test site at 
http://kuukkeli.ath.cx/ooaemkee/SC2Replay/upload_file.php it seems to parse 
properly. Please make sure you have the latest files from the repository and 
try parsing the replay again (there have been a few updates since 1.20 but no 
zip package has been made yet since the updates haven't been major).

As far as different languages are concerned, internally the replay files deal 
with byte counts so the number of bytes per character is irrelevant and thus is 
not likely to be the issue.

Original comment by lauri.vi...@gmail.com on 4 Nov 2010 at 10:54

GoogleCodeExporter commented 8 years ago
As it has been 2 weeks without a reply, I'm assuming the problem has been 
resolved. If there are any further problems, please open a new issue ticket.

Original comment by lauri.vi...@gmail.com on 19 Nov 2010 at 11:39