![]() |
Please support Japanese many japanese want Japanese code serch system. |
|
Would be nice if we could somehow integrate the Japanese support into the original Phex, or?? |
/** * 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 10:25 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2020 Gnutella Forums.
All Rights Reserved.