INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Unicode characters debugging info for John  (Read 780 times)

alexgit

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 99
  • Change this by choosing profile
Unicode characters debugging info for John
« on: April 06, 2005, 02:32:34 am »

I run Ethereal on my server machine to see what exactly is coming from client.
Something like that appeared from network in http get request:
GET /G^3a^5cMusic2^5c^11^40^30^42^202^20^1c^43^37^4b^3a^30^20^3a^20^44^38^3b^4c^3c^43^5c03^20-^20^14^3e^40^3e^33^30^2emp3

Last part is 03 - Дорога.mp3
It appeared as 03^20-^20^14^3e^40^3e^33^30^2emp3

The characters that appear would make match to the text if they were prefixed with UTF16 code page (04 for cyrrilic)
That is 03^00^20-^00^20^04^14^04^3e^04^40^04^3e^04^33^04^30^00^2emp3

So they were stripped by the client.

On the other hand may be its inteneded to be UTF8?

Anyway it's my guesses as I don't know exact details of the protocol. Just trying to help so I can buy and enjoy the product.


Logged
Pages: [1]   Go Up