Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > Phex (Cross-platform) > General Discussion
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Discussion For anything which doesn't fit somewhere else (for PHEX users)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 30th, 2002
Unregistered
Guest
 
Posts: n/a
Default Please support Japanese

many japanese want Japanese code serch system.
Reply With Quote
  #2 (permalink)  
Old June 11th, 2002
Unregistered
Guest
 
Posts: n/a
Thumbs up

Trying http://sourceforge.net/projects/jexchange/
Reply With Quote
  #3 (permalink)  
Old June 12th, 2002
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

Would be nice if we could somehow integrate the Japanese support into the original Phex, or??
__________________
Reply With Quote
  #4 (permalink)  
Old June 12th, 2002
Unregistered
Guest
 
Posts: n/a
Default

/**
* Patching phex0.7.1 for Asia charset by
* woeiso@austin.ntntc.edu.tw
*/

public class IOUtil
{
.............
.............
public static int serializeString(String str, byte[] outbuf,
int offset)
{
byte[] temp = str.getBytes();
System.arraycopy(temp, 0, outbuf, offset, temp.length);
return offset+temp.length;
}
.............
.............
}
//=============================================

public class MsgQuery implements IMsg
{
.............
.............
public int getSize()
{
return mHeader.getSize() + 2 +
mSearchString.getBytes().length + 1;
}
.............
.............
}
//=============================================

public class MsgResRecord
{
.............
.............
public int getSize()
{
return 8 + fileName.getBytes().length + 2;
}
.............
.............
}
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lime wire support??? What support? ticked Open Discussion topics 2 May 15th, 2007 03:13 PM
linux specific fixes - amaroK support, better looking themes, and XGL/COMPIZ support baldy1324 New Feature Requests 0 May 25th, 2006 02:12 PM
Looking for Japanese bands maco Open Discussion topics 4 November 2nd, 2005 01:25 PM
Japanese Terrry T. Mohler LimeWire Beta Archives 0 May 26th, 2005 06:28 PM
Japanese? SuperTim99 New Feature Requests 2 August 25th, 2003 01:50 PM


All times are GMT -7. The time now is 02:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.