Page 1 of 1

bug with custom avatar

Posted: Wed Oct 28, 2009 1:29 pm
by deisss
Hi Kent , Bug with custom avatar in rus nickname, not loaded...
sory my bad english)

Re: bug with custom avatar

Posted: Wed Oct 28, 2009 2:23 pm
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.

Re: bug with custom avatar

Posted: Wed Oct 28, 2009 11:27 pm
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.

Re: bug with custom avatar

Posted: Thu Oct 29, 2009 4:21 am
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

Re: bug with custom avatar

Posted: Thu Oct 29, 2009 9:24 am
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.

Re: bug with custom avatar

Posted: Sat Feb 02, 2013 11:30 am
by coyote
The same bug in the new version :?

Re: bug with custom avatar

Posted: Sat Feb 02, 2013 11:35 am
by Kent Briggs
coyote wrote:The same bug in the new version :?
Show me an example, please.

Re: bug with custom avatar

Posted: Mon Feb 04, 2013 11:08 am
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.