Is it half-wrapped Pseudo-name public static boolean iskatakana (byte c) {INT i = 0xff & C; return (i> 0xA0 && i <0xe0);}
/ ** * All files in the mobile folder * @Param fromfile source folder * @Param Tofile destination folder * / public static void copytonetoanother (File fromfile, File Tofile) {if (fromFile.IsDirectory ()) {If (! Tofile.exists ()) {Tofile.mkdir ();} string [] children = fromfile.list (); for (int i = 0; i