bug with custom avatar

Report bugs found in Poker Mavens
Post Reply
deisss
Posts: 31
Joined: Sun Aug 30, 2009 6:10 am

bug with custom avatar

Post by deisss »

Hi Kent , Bug with custom avatar in rus nickname, not loaded...
sory my bad english)
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: bug with custom avatar

Post by Kent Briggs »

deisss wrote:Hi Kent , Bug with custom avatar in rus nickname, not loaded...
sory my bad english)
I'm not sure what you mean. Please provide enough details for me to reproduce the problem.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: bug with custom avatar

Post by Kent Briggs »

Nevermind, I found the problem. It's an issue with Unicode characters not being properly encoded in the avatar command. I'll fix that in the next update.
deisss
Posts: 31
Joined: Sun Aug 30, 2009 6:10 am

Re: bug with custom avatar

Post by deisss »

With teams api same ... If nicknames in Russian.
Link to get the form api %BE for 1 symbol, which is not very good, so long as the link is obtained
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: bug with custom avatar

Post by Kent Briggs »

deisss wrote:With teams api same ... If nicknames in Russian.
Link to get the form api %BE for 1 symbol, which is not very good, so long as the link is obtained
Which API command are you referring to? If you are sending any parameters that contain Unicode characters, you will need to URLEncode() those on your end before sending the command.
coyote
Posts: 29
Joined: Wed Sep 30, 2009 4:10 am

Re: bug with custom avatar

Post by coyote »

The same bug in the new version :?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: bug with custom avatar

Post by Kent Briggs »

coyote wrote:The same bug in the new version :?
Show me an example, please.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: bug with custom avatar

Post by Kent Briggs »

Kent Briggs wrote:Show me an example, please.
Nevermind, I found the problem. The fix I used in version 2 (using the escape() function to encode Unicode strings) doesn't seem to work in the newer Flash. Replacing that with encodeURIComponent() has fixed the issue. This will be in the next update.
Post Reply