![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
| General Discussion For anything which doesn't fit somewhere else (for PHEX users) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
many japanese want Japanese code serch system.
|
|
#2
|
|||
|
|||
|
|
|
#3
|
|||
|
|||
|
Would be nice if we could somehow integrate the Japanese support into the original Phex, or??
|
|
#4
|
|||
|
|||
|
/**
* Patching phex0.7.1 for Asia charset by * [email protected] */ 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; } ............. ............. } |
![]() |
|
|
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 02: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 |