Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Japanese message(UTF-8) problem. #3

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Closed

Japanese message(UTF-8) problem. #3

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I was try send japanese message from 'Simple Growl App'(include repository).
2. But, not happen.

What is the expected output? What do you see instead?
- I expected displayed japanese message.

What version of the product are you using? On what operating system?
- Checked out about a month ago.(maybe)
  Windows XP SP3

Please provide any additional information below.

I was debug code. And found cause of problem.
Cause of problem is that description length that stored in
NotificationPacket is unmatched.
So recieved data was corrupted.

I fixed code. Please see attached code.




Original issue reported on code.google.com by snaka.gml@gmail.com on 2 Dec 2008 at 2:56

Attachments:

@GoogleCodeExporter
Copy link
Author

thanks for catching this. i updated the code with your changes (and a few more 
that 
caused a similar issue when registering applications).

Original comment by briandun...@gmail.com on 3 Dec 2008 at 5:30

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Thanks.

Original comment by snaka.gml@gmail.com on 3 Dec 2008 at 6:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant