


can anyone provide me the source code for zipping folders with subfolders with in. also if possible the unzipping the same thank yusid...
i need code to zip and unzip the details in a folder.....using the java zip utility...can anyone help me in this regard......
I have a very strange problem and am lost. I've got a string that contains Chinese characters. This string needs to be zipped up as a text file, attached to an email and sent to the user. When the user receives the file, the text in the file contains garbage characters instead of Chinese. ...
Hi,I am running a Mandrake 8.0 with Traditional Chinese setup. Chinese can display in native apps. However, when I run any Java apps with a GUI the console has the following message:Font specified in font.properties not found [-tlc-song-medium-r-normal--*-%d-*-*-c-*-gbk-0]Font specified in ...
I am using the 'Dialog' font with Sun J2SDK 1.4.2 which according to the 'font.properties' file in jre/lib is mapped to the Arial font. I'm trying to format currency values so that they display the yen symbol but all I get is a square box. I running on Windows XP with my operating system ...
Hello everybody!I have an xml file which includes data written in greek. When i put as an encoding "utf-8" the xml file written in greek cannot be opened, but when i put "windows-1253" there is no problem. The problem is that whenever a java class modifies the xml file the encoding ...
Hi everyone,I'm writing a small program to try to write and read japanese text from a MS Access databse (yeah I know, but I can't change it), and I can't get it to work as I would like it to. I've been searching all over the forum, and there seems to be a lot of people experiencing the same ...
Hi,I have a module that changed a hex string to unicode representation:public String txfmHex2UnicodeString (String sText){String sOUT = "";Vector hText = text.getGroup (sText, 2, "");for (int i=0; i<hText.size (); i++) {String sChar = (String)hText.get (i);byte bChar = (byte) ...
First of all how can I write unicode into JFame title.secondly how can I put the title from right to left.I tried JFrame.setTitle("\u0627");but it turned out ?.My next question is how can I write in JTextPane from right to left i mean arabic script.setcomponentOrientation(CoOri..); doesn't ...
I'm new to computers in general, but how can I write text onto a JTextarea - i need to type into one TextArea in Spanish and in English in the other - can I set up a textarea to be able to write words that include Spanish characters - I've read through most of the forums, but most don't ...
Actually , I have to write arabic character in my JTextPane..But it is writting from left to right...is there any way that it starts writing from right to left..OR ..have i to handle it logically ?(I have not set any resouce bundle or locale....)Thanx in advance ...
[nobr]Say I have a JSP which specifies "text/html; charset=utf-8" as the ContentType and I want to write a Chinese text literal in the program text and that literal includes characters from the Big5-HKSCS charset, and let's say I am writing this JSP program on a Redhat 8 box running Tomcat ...
Hi;I need to have a JTextField that writes from right to left, is this possible in Java, unfortunately if I can't do this, I would probably using MS solution :(Regards,Ali ...
Hi,Pls. help in writing UTF8 db records into .csv file. Generated .csv does not contains the characters which are retrieved from db. When I view the contents of file, i found some other characters instead of kanji data. Can anyone help me in this regard...Many many thanks in advance ...
while working on a software designed for text compression (with a textual output file)i have encountered a problem.....i am trying to generate a char represnted by a certain value (i.e.: 97 represent 'a' , 98 represent 'b' etc...).my values can vary from 0 to any value represented by 16bits ...
