PhilMurwin / growl-for-windows

Automatically exported from code.google.com/p/growl-for-windows
0 stars 0 forks source link

Japanese message(UTF-8) problem. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks.

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