View Single Post
  #2 (permalink)  
Old September 3rd, 2006
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

There are 4 main things you need to make sure of:

* Make sure Phex accepts Chinese characters in the search term text field. You might need to adjust fonts or have a special JDK or whatever, I dont know exactly.
* Then you need to ensure your text is formatted correctly in UTF8 in the send QueryMsg. I think this is already done, but I never had confirmation about it.
* Now make sure Phex is correctly parsing the formatted data in the returned QueryHitMsg.
* The last thing is to ensure the text is properly displayed in the user interface.

Personally I would start from the end, first ensure you can receive and display query hits and then send out querys. It might be best to test in a local environment with a client that has this already working like maybe Limewire.
__________________
Reply With Quote