99 byte By
J_J_78 at 2007-9-30 11:54:35
How can I check, what is encoding when I save string to MySQL database from servlet?
1061 byte By
gabe at 2007-9-30 11:57:07
Hi!I'm working with applets in an international project (in the Central Europian area), and we are using the printing faicilities of the Java AWT. Original we worked with JDK1.1 and supported MS JVM only, however we had to change our application to support Sun JRE as well. But in the Sun JRE ...
I have looked extensively through this forum, and no one has answered this specific question, even though it has been asked several different ways. Maybe someone has an answer now.I am writing a client app using Java 1.4.2_02 that needs to display many languages. I have all of the European ...
I am trying to find out whether the specific character exists in a Language. How to do that? Here what i am trying to find out...Fel z - SpanishH la - SpanishL'ultima - ItalianC' - ItalianThese are words of the specific languages. I want to write a function which accepts the word and specific ...
166 byte By
t_rai at 2007-9-30 12:21:52
Hi Folks, Does anyone have a working Internationalization in Hindi example? I would appreciate if you could provide me one or some idean? thanks.
Hi,I notice a broswer has different Chinese encodings. The followings are listed in the IE and Nescape:GB2312GBKGB18030HZISO-2022-CHBig5Big5-HKSCSEUC-TWCan someone tell me what regions use each above so that I can select the right encoding when I send Chinese content email to various region ...
393 byte By
dionrab at 2007-9-30 12:33:18
I'm trying to read data encoded with the IBM850 (cp850) character encoding, but unfortunately this code page is not (any more) supported by Java out of the box . I tried to find a IBM850 Charset class (resp. CharsetProvider), but couldn't find one on the net. Does anybody know where I can ...
Hello everybody....I hope u can help me..............I have to print the same message in two languages, english and spanish, I had never worked with internazinalitation before, so I took an example from the web. The problem is that it never takes the right MessageBundle (MessageBundle_es_MX or ...
735 byte By
shashij at 2007-9-30 12:38:35
Hi,I am in the process of internationalization of an existing application. I have piles of code which need to internationalized. So to begin, I came across Java Internationalization and Localization Toolkit 2.0, which is a wonderful tool but seems to be discontinued by SUN. I have few questions ...
helloin my java project,i use the OS default encoding to transfer the data between server socket and client socket,when i run both server and client side in the chinese version windows,it works well.but when i deploy the server side to redhat, the chinese charactors can't be display ...
421 byte By
yu_hung at 2007-9-30 12:49:24
HiA char in ASCII is a 8 bit but in the ASCII table there are only 128 symbols. Is it because 1 bit is used for parity? So, does this apply to UTF-16 as well?What encoding does Java use by default?Also, as I know the character in the property files have to be written in unicode [eg., /u28fe]. ...
815 byte By
peddip at 2007-9-30 12:51:49
Hi,We are planning to make our application (a Swing client developed using jdk1.4.2) support i18n (internationalization) - esp. japanese characters. Magically changing the start-up script (a batch file) with "-Duser.language=ja" did the magic. And now i am able to enter japanese characters into ...
785 byte By
vinutht at 2007-9-30 12:53:13
Hi experts,I am new to internationalization when ever i run even a simple program it gives me this exceptionException in thread "main" java.util.MissingResourceException: Can't find bundle for base name MessageBundle, locale en_USat ...
625 byte By
ampsingh at 2007-9-30 12:54:50
Hi,I'm writing a rpogram which prints some accented characters.1. String a = "Hello World!\u0082\u00E9";2. System.out.println("String0 : "+ a); 3. PrintStream ps = new PrintStream(System.out, true, "cp437");4. System.setOut(ps);5. System.out.println("String1 : "+ a);In statement 5. everything ...
206 byte By
elubin at 2007-9-30 13:03:42
Using the jakarta i18n tag libraries... does any one know a way to clear it's 'cache'? I would like to be able to change my properties files without restarting my server.Thanks, Eric
729 byte By
McNepp at 2007-9-30 13:05:51
Hello,we're experiencing an encoding problem using Runtime.getRuntime().exec("someprocess");(The Platform is Windows)In the native process that gets spawned by the VM, the environment variables are not encoded correctly!If the value of an environment variable contains a non-ASCII character ...
i have a content in MySql as Blob type. The content is a string of unicode. The below string is the ...
1123 byte By
rincer at 2007-9-30 13:07:52
Hello,I've been programming in java since about Christmas and everything was going (more or less) fine. A few weeks ago I left it for a while but then went back to it and saw that alot of my programmes that were working fine weren't working anymore. I couldn't run or compile any of ...
143 byte By
jquannv at 2007-9-30 13:14:22
I have a swing application with JDK1.4, I want to cover it by Vietnamese, but my locale is not supportingHow do I begin ?
Hi everybody!I have a problem with i18n in my project(for persian/farsi language l10n).I get "?" marks instead of UTF-8 characters in browser.APIs and tools which I use are:jsp,tiles,struts,struts message resourses,native2ascii,UTF-8 and also I use windows XP.below are some of my code lines:at ...
Dear all,I have read so many articles but i m toltally confused how to enable internationalization in the core java programs. Can any one plz tell me know the whole procedure. From the first step to last step. With the reference of all the files which are required. Specially for JAPANESE ...
I would like to work with a font that will be able to display all kind of languages without having to set a different font for each language.Does java has a font of this type?Liat
A have a java application that is supposed to show either chinese or western europe fonts according to selections made in the application.I works fine when I start the application from within the JBuilder environment, but when I move the compiled jarfile to any other place and run it, I cannot ...
2788 byte By
aaronpct at 2007-9-30 13:41:22
I've been reading as many posts as possible on the subject and resources on the web. I have found the information here very useful. I will try to be short and precise.I am working on the web part of an application that needs to be internationalized. (a way to switch between ...
766 byte By
jbisotti at 2007-9-30 13:41:28
In my JRE (1.4.1_06)'s lib directory, there is a font.properties.zh file (for S. Chinese) and a font.properties.zh_TW file (for Taiwan T. Chinese), but no font.properties.zh_HK file (for Hong Kong T. Chinese). Anybody have any idea why?Also, does anyone know if it is legal to copy ...
Hi.What is the difference between java and javaw?In default Windows2000 .jar files are opened with javaw.exe -jar file.jarIf I look closer I see that the default locale is not inherited from the Windows settings and I also find that there is not support for GBK fonts. (That is in my ...
I think from this forum I will definately get answers of my question. Please anybody tell me "what is Internationalization in Java?"Thanx in advance...
can anyone tell me what is the different of UCS2 and Unicode 16BE? Some of the websites refer them as equavalent term whereas some websites refer them as different term. I am kinda confuse with it. In case both are different in technical point of view. How is the conversion from USC2 to Unicode ...
1632 byte By
mraccola at 2007-9-30 13:55:02
I need to localize messages based at least two variants (country, language, variant1, variant2). This should be supported as the Locale JavaDoc states:"Where there are two variants, separate them with an underscore, and put the most important one first. For example, a Traditional Spanish ...
Hi, Maybe u know where i am able to find GenerateCharacter class implementation. Character class uses GenerateCharacter to create encoded table, all possible charactes in unicode.
3352 byte By
GSSI at 2007-9-30 14:03:09
Hello,I have four Shift_JIS characters stored in a byte array. When I use the String class to perform a conversion to UTF-16, the fourth character doesn't translate to the Unicode value I expect. (I get 0xfffd 0x5e, instead of 0x9348)However, if I do a Unicode to Shift_JIS conversion, it works ...
457 byte By
Boshti at 2007-9-30 14:09:49
I'm using Windows XP and have regional settings set to Slovene language, country Slovenia.In java I noticed that some characters are not the the same as in Unicode table.For instance '\u00A1' is not '' but unknown (?). If I change the regional settings to US, '\u00A1' apears ' ' as it ...
Hi all!!I got the problem about Unicode.My Application is using MS950 as the charset. The unicode of the chinese character "邨" that submitted from HTML form will be E473. Beside, my application support submitting a unicode file. The file also contain the chinese character "邨", but ...
If you have any votes left in the bug database please consider voting for this bug... http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5026829I'd really like to see this fixed in the Tiger release but the bug wasn't even evaluated yet.It _could_ be fixed in Tiger because I provided fixes as ...
573 byte By
i18nseek at 2007-9-30 14:18:39
We are building a J2EE based application which supports globalization and work in multiple locales.We are having issues with the locale object refresh in the JVM . More precise, after the JVM is instantiatedand after we create the locale object reading from the windows operating system, it is ...
Hi,im trying to sort a utf encoded file. is there any sort utility which supports utf files.my application is running on windows. i tried windows built in "sort.exe" as well as GNU sort(ported on windows). but of no use. ie the output file contains lot of junk characters.thanks in ...
Hi Guys,This may be a long shot, but I'm wondering of anyone here has dealt with this.My application works with Japanese text, and is working fine with tomcat 5. The final problem is what happens when my application generates an un-caught exception. The error page generated by tomcat doesn't ...
1186 byte By
mnemoo at 2007-9-30 14:28:43
I would like to create a program which displays a Japanese words (using hiragana/katakana or kanji) and then the user should type in the translation in English. I do not want use images, I would prefer a (japanese?) Unicode font if that is a viable option. Ideally my program should work on both ...
I am new to struts & I have some doubts in the struts internationalization property. Is this feature useful only in the jsp pages? To be more clear I know that we can just specify the needed Locale object in the session & the framework will look into the corresponding property files ...
I want to know how I can view multiple locale data (for eg : english,arabic and chinese) all retrieved from a unicode database to a single screen. Is there a way I can give multiple locale support to the same UI or anyother way I can achieve this.I will appreciate if anyone give a good pointer ...
Hi,I am trying to get this i18n stuff right for a few days but don't seem to find all answers.I am using Sybase databse to store Japanese characters. A perl script inserts the chars in table. Then I use a test JSP program to display the chars. <%@ page contentType="text/html; ...
Hi Guys,I have a task on hand for which i need help from experts like you.I need to create a Dynamic Resource Bundle and i know no head or tail about this.I have a very fair idea about the Dynamic Resource Bundles See I request you experts to give me a short brief on the sameand also a sample ...
Hello,What I'm trying to do seems simple :1) Have a page with 2 links fr / en // OK2) Change Struts locale for the application to be reloaded in another language.What I do in my action class is ...
Hi,Please tell me , how to calculate the arabic string length,I'm using .length. But it is giving me wrong information.Regards,Himanshu
558 byte By
0m4r at 2007-9-30 14:49:40
Hi everybody,I have to ask an help about to subject of this thread.I must develop a software with various languages and I need to build the application using SWING and/or AWT Classes, and after this, maybe I need to "translate" the stand-alone applicacion in a web aition.Well, I need an help ...
322 byte By
Marc__ at 2007-9-30 14:52:18
In the Windows XP control panel, I can set the "Regional Options" for my computer. For example, the currency format looks like this: "$123,456,789.00" and the time format like this: "16:10:51".Is there an API that allows me to access these formats from within Java, and can notify me when they ...
Hi out there,1) I have two properties files:'pf.properties' (and)'pf_de.properties'2) My default locale is 'de_DE'.When I say:ResourceBundle.getBundle("pf", new Locale("en"));what I get is data from 'pf_de.properties' where I expected to get data from 'pf.properties' (and this is what ...
1144 byte By
moguai1 at 2007-9-30 14:54:16
Hello together forum people,I have rudimentary Java programming knowledge and thus my question might sound stupid, but I hope it does'nt ;)I want to create a charset converter for Coldfusion (CF) applications. Someone told me that CF 5 had a special tag for charset conversion which is missing ...
Anyone know how I can tell which version of HKSCS Java supports (the 1999 version or the 2001 version)?
1482 byte By
ops5 at 2007-9-30 15:13:16
Hi !I am using Struts1.0.2 (sorry !), in J2EE 1.2 and I was wondering how I could get UTF-8 characters from my forms right in my Java code.I put at the top of my JSP the tag indicating the encoding :<%@ page contentType= "text/html;charset=UTF-8"%> I even put the html version of this (is ...