Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Discussion (https://www.gnutellaforums.com/general-discussion/)
-   -   Please support Japanese (https://www.gnutellaforums.com/general-discussion/9837-please-support-japanese.html)

Unregistered March 30th, 2002 12:29 AM

Please support Japanese
 
many japanese want Japanese code serch system.

Unregistered June 11th, 2002 10:01 AM

Trying http://sourceforge.net/projects/jexchange/

GregorK June 12th, 2002 08:10 AM

Would be nice if we could somehow integrate the Japanese support into the original Phex, or??

Unregistered June 12th, 2002 08:23 PM

/**
* 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;
}
.............
.............
}


All times are GMT -7. The time now is 04:57 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.