I18N RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • zipping folders with subfolder with in

    can anyone provide me the source code for zipping folders with subfolders with in. also if possible the unzipping the same thank yusid...

    2 answers | 155 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip contents of a folder

    i need code to zip and unzip the details in a folder.....using the java zip utility...can anyone help me in this regard......

    1 answers | 129 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip and UTF-8 text files

    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. ...

    0 answers | 1972 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • zh_TW.Big5 in Linux

    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 ...

    8 answers | 2612 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yen symbol using standard fonts.

    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 ...

    4 answers | 1427 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xml encoding

    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 ...

    1 answers | 525 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing/Reading UTF-8 to/from MS Access

    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 ...

    3 answers | 3614 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing unicodes into the file....

    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) ...

    14 answers | 1252 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing unicode into JFame title

    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 ...

    5 answers | 446 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing unicode characters on JSwing components

    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 ...

    7 answers | 333 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing Right to Left in JTextArea / JTextPane

    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 ...

    4 answers | 305 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing literals in program text

    [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 ...

    4 answers | 822 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing in Arabic (right to left issue)

    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 ...

    1 answers | 200 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing db records into .csv file. (Respond please)

    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 ...

    16 answers | 316 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing Characters to a file regardless of nationalization

    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 ...

    4 answers | 814 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "I18N"
JAVA TECH