358 byte By
c3k at 2007-9-26 7:39:48
If I get Hex code in Byte format, like followingString HexCode = "%a4%40%a4%47%2c%a4%54%a5%7c%a4%ad";How can convert it properly to Chinese Character <b>without</b> using java.net.URLDecoder.decode(HexCode, "Big5") in J2SE 1.4? Post decode is appreciate.Rgds,Kenneth Tse ...
528 byte By
rahmil21 at 2007-9-26 7:40:06
Hi All !I'm pretty new to this internationalization stuff. would any of you be kind enough to explain me the initial steps regarding internationalization.actually i'm developing a distributed applicatrion which will run across many platforms . My application must support "Urdu" language which ...
529 byte By
rahmil21 at 2007-9-26 7:47:06
Hi All !I'm pretty new to this internationalization stuff. would any of you be kind enough to explain me the initial steps regarding internationalization.actually i'm developing a distributed applicatrion which will run across many platforms . My application must support "Urdu" language which ...
306 byte By
karmun1 at 2007-9-26 7:47:37
Hii am trying to internationalize my application, thing is. getSelectedValue from the combobox, it returns the displayed value. and i am not looking for the displayed value, i want the key to be returned.do you have any idea how to do so?thank you =)karmun. ...
I downloaded and installed j2re-1_4_0-beta2-win-i.exeBecause this is international version of jre, I expected to find i18n.jar file in it. I couldn't. Why is it so?
425 byte By
joefk at 2007-9-26 7:51:00
Hi,Recently I have been encountering threads in this forum in which the text in the message bodies does not wrap properly. (I.e. one has to scroll horizontally to read the message). I don't find this happening in other forums. Is anybody else seeing this or is it just on my system?here's an ...
434 byte By
insepov at 2007-9-26 7:52:25
I have to convert EUC string to UTF8 for storing in a db. I just wanted to know if it is at all possible to do this. If not, then what about SJIS -> UTF8 or JIS -> UTF8?In my current code I take the EUC encoded string anddo a 'getBytes("EUCJP")' on it. Then, I use 'new ...
1376 byte By
pritishM at 2007-9-26 7:53:32
Hi There,I am working in JSP. Programme is for internationalisation and is using properties file.ResourceBundle resources = ResourceBundle.getBundle("index", locale);but error is comingException: java.util.MissingResourceException: can't find resource for ...
215 byte By
Rajaei at 2007-9-26 8:01:52
I have an applet with two textfileds for english and german inputs. I want to switch the keyboard (german and english) when i change the textfield. Is it possibel? How can i do it?
163 byte By
burke_j at 2007-9-26 8:18:42
hello,If I discover a new country, with its own unique Number and Date formats, how do I create a new Locale for it?thanks,James
740 byte By
cknelsen at 2007-9-26 8:21:19
I would like to build a sentence which uses ordinals. My app must support English and French.So, for example, I would like the sentence to be:This is the first of three files you will receive.I need to have "first" and "three" displayed in the current locale.I have reviewed the ...
110 byte By
tomb21 at 2007-9-26 8:26:53
Hi,I need to support multiple languages in my XML file. How can I dothat ?.
Okay...here is what I am trying to do:I have a servlet, which contacts another japanese site and reads some source, and then displays it in japanese.So what I am doing is :japanese-->unicode>japaneseIf you look at this webpage: http://people.netscape.com/momoi/sjis.htmlIf I convert form ...
177 byte By
Mike_ at 2007-9-26 8:28:40
Hi,I have this string:"=?UTF-8?B?0YDRg9GB0YHQutC40Lkg0YTQsNC50LsudHh0?="and need to convert it to Unicode. Any ideas?Thanks,Mike
225 byte By
rheas81 at 2007-9-26 8:35:11
Hi,In my application I have to deal with storing chinese, japanese and English characters in the database which will come from a JSP ... Please help me in knowing how to do this...ThanksRhea
509 byte By
userid74 at 2007-9-26 8:35:13
Hi,I am developing i18n application. So far i used .properties files for each language. I have to maintain around 100 properties files for each language, each file contains 150 elements.So in this situation, is it necessary to maintain all my data in database rather than .properties files ...
468 byte By
its2005 at 2007-9-26 8:36:59
I am on win2000Professional OS, with default IE5.00. After I installed java2 plug-in1.3.0.1, Java2 plugin demo page works. But when I tried to run Input Method Framework sample at http://java.sun.com/j2se/1.3.0/docs/guide/imf/api-sample/IMFDemo.html, I got an exception: ...
369 byte By
namwon at 2007-9-26 8:38:57
I am trying to use the DateFormat class to format dates into a specific locale. It works fine with all the Lating based languages, but I am unable to get it working with Asian languages, For some reason, the unicode characters are not displaying. I am using Java Server Pages as a front end on ...
374 byte By
pary174 at 2007-9-26 8:42:15
hi alli m working on Japanese OS win -2000i have developed an application which support Japaneseif i try to print some japanese documents from this application.it prints squares instead of Japanese Characters.the printer is installed over a machine withenlish OS win-2000.can any one have ...
953 byte By
rheas81 at 2007-9-26 8:43:17
Hi,I have a jsp page where I have mentioned the charset as UTF-8.. and i submit that jsp to a servlet whose code is attached... But what I get from the servlet is not what I had entered in the jsp ... can anyone help me in this regard...Thanks in advance rheaimport java.io.*;import ...
448 byte By
ytkwok at 2007-9-26 8:43:29
I am using the following code to get the property filetry {Res = ResourceBundle.getBundle("test.resources.uiRes", pLocale);} catch (MissingResourceException e) {System.out.println("Unqualified resource bundle name");}where pLocale is a parameter.But it seems once the resource is load, I cannot ...
Hi,I need to show a printer dialog in spanish. The thing is that the program has to run on Windows (spanish version) and Solaris (english version).When I call the PrinterJob.printDialog() method on Windows the dialog appears in spanish. Of course on Solaris appears in english.To solve this I ...
Hello,I have installed Japanese language support on my English version of W2K and am having some problems with the Microsoft IME. As well, I am using JDK 1.3.1.I have been able to figure out how to activate the IME from Java and to set the characters from the default of ANSI to either HIRAGANA ...
Hi ,How would I go about designing my website (in JSP or Servlets) , so that at a later stage I can easily convert it into different languages. Is there any way to just print everything on the Page using some class , e.g the Locale class or the ResourceBundle.
250 byte By
shirry at 2007-9-26 8:48:35
I have installed on my windows persian truetype fonts.I am using jdk1.3.1. JVM can render all those characters that are also available in arabic butnot the ones specific to persian. I dont know why please help me some one.
I have created a procedure that reads in a list of japanese strings, sorts them and sends them out.I know the correct order of the list and the stringscome out looking fine, but they are not in the correctsort order. I am using 1.3.1_01 and win NT. Whatam I doing wrong? Below is the code for my ...
Hi everyone, i want to know where i can find unicode representation of characters and numerals of Arabic language in Unicodelike for example\u0661 is ARABIC-INDIC DIGIT ONElike that i want the unicode representation of characters and other numbers. thanks in advance,kiran ...
HiI would like to retreive a list of available locales for a .properties file. With this list I want to let a user choose wich locale to use from a preferences dialog. Rather than hard-coding this into my application, I'd want to retreive this list at runtime, so it would be very easy to add a ...
hidid anyone did any applets on showing how to writehiragana strokes..?or any guidelines..thanx =)
803 byte By
userid74 at 2007-9-26 9:05:43
Hi,I enter chinese through Njstar, and then it will converted into unicode in my jsp, and it will store into my Oracle database.But some other special characters are stored rather then Chinese in my database.I search all this forum, and followed exactly what they said, but couldn't succeded. I ...
239 byte By
pary174 at 2007-9-26 9:08:02
i have problem in Displaying Japanese In Italics form.whe i tried to display japanese in Tialics it is diasplaying small squares.how can i rectify this problem?what settings i have to make to do this thanx
220 byte By
rrpappu at 2007-9-26 9:08:14
Hi,I have lost my patience to find out the way for generating european characters(printable) from the ordinary keybaord.if any one knows about pls share with me..Thanks,rr
we are working on swing with windows 98, and jre 1.2.2., Ariel Unicode MSi am able to make my application work with europian languages , where the alphabets are in english.but , how do i proceed with chinese , arabic languages.in my properties file ,<filename>.language.country.properties ...
I'm having problem doing a setTitle for a JFrame using resource bundles. I would like the title to display "FTP File Editor - <name of file>"; what is being displayed is "Ftp File Editor - {0}". Doing a System.out.print, the contents of msg shows the desired output. Below is the code ...
i am using appletviewer and my swing application works fine with all latin languages, it works fine with arabic also, but when it comes to chinese. i am geting squares being displayed. may i know where the problem is. i am using Ariel Unicode MS. in some topic discussion some one mentioned that ...
Hi,I'm using internacionalization in an applet. If I include the .properties file in my jar, I have no problem. But I don't want to include the .properties file in the jar. If I put the .properties file in the same directory as the jar file, it works if I use MSExplorer, but it throws a ...
446 byte By
shirry at 2007-9-26 9:18:29
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 ...
504 byte By
userid74 at 2007-9-26 9:19:57
Hi experts,I am unable to display 'chinese' characters through Javascript. For example the following statement is giving unicode characters, rather than chinese.alert("<%= bundle.getString("welcome")%>");The following statement giving Chinsese output as expected.<%= ...
I have two doubts in this regard -It seems getParameter uses the default encoding of the platform while converting the bytes to string. Is there any way to specifyv the encoding type to be used by the getParameter method ?If charset is specified through meta tag, it seems, the servlet engine ...
211 byte By
shirry at 2007-9-26 9:25:33
I am looking for unicode true type fonts that cover the basic latin and the whole arabic range of unicode characters.Does any one know where I can get it for free.please respond.......thanks
134 byte By
Rina_ry at 2007-9-26 9:27:34
Hi all,I am trying to get the system font changed , can any one let me know what is the code for it ?rina
117 byte By
Rina_ry at 2007-9-26 9:28:39
Hi all,would appreciate if you can let me know where I can get a free BIG5 font rina roy
325 byte By
mich279 at 2007-9-26 9:29:47
Hi,I am working on Char set conversion to and from UTF-7. However I cannot find and ChatToByte classes for UTF-7 in i18n.jar . Any ideas as how to proceed further with this issue. I feel that there must be a way since UTF-7 is a pretty popular charset especially in emails.Thanx in advance. ...
207 byte By
shirry at 2007-9-26 9:30:27
Can someone please tell me how can I write in JTextPane from right to left.I mean arabic style.I used setComponentOrientation() but it did'nt have any effect.please help me......
517 byte By
insepov at 2007-9-26 9:34:42
For some reason I cannot store a UTF-8 mapped string into a UTF-8 Oracle database. Actually, I'm not sure how to leave the last string to be stored. Let's say I have a byte array encoded in UTF-8, should I create a string with... String str = new String(utf8_bytearray, "8859_1"); or String ...
Hi, Is there a difference between Input Method Client API and Input Method Engine Service Provider Interface (SPI) when implementing an IME for a Java application? Thanks!
429 byte By
swisener at 2007-9-26 9:40:48
I want to internationalize dates shorter than DateFormat.SHORT, in the form "M/d". For example, when the Locale is US, January 16 should display as 1/16, but if the Locale is MX (Mexico), it should display as 16/1. It seems like a very simple problem date formatting problem, but it doesn't ...
hii need one java file. The file name is com/borland/jb/util/ArrayResourceBundle.java in the JBCL30~2.ZIP file which comes with jBuilder 3 professional.if any body has this file then please mail me at rajenrshah@rediffmail.com
1433 byte By
yeequan at 2007-9-26 10:03:07
Hi,I'm currently developing an applet to load japanese word. Actually my browser (IE) do support japanese word. When i try to view japanese word in my jsp, it does properly. But when i try to load the applet with japanese words, what i saw is only squares or rectangles. But when i run this ...
454 byte By
shirry at 2007-9-26 10:04:35
I have posted twice my question about JTextPane.But there is no response at all. So it seems that nobody knows how to do it . I have started to write an arabic-Farsi-Urdu-Editorin Swing using JTextPane .I have almost resolved all problems.But I cannot achieve to put my Cursor at the right side ...