Problem in replacing with unicode equivalent character?

3289 byte By khurram_faraaza at 2007-10-1 5:41:06
Hello,I have a situation wherein i must replacem with \u3005n with \u3006o with \u3041etc ...,I get the codepoint value from the multibyte represenation .But the problem is I can not replace String temp="ename";temp.replace('m','\u3005'); I am not allowed to hard code the value 3005, ...

how to internationalize titlebar

346 byte By Narendra.Nath.P.Sa at 2007-10-1 5:52:08
Currently i am working on an application that works in english and german,when the language settings are changed i am reading all the screen contents from the i18n file. My problem is how to make the titlebar internationalize.......i.e i need to change the tooltips of close, minimise, maximise ...

java internationalization

211 byte By krishnareddyya at 2007-10-1 6:00:59
i am new java internationalization concept.I want to develope an appliction using swings that can support japanese,chinese,english.so please specify some sample code how to develope. krishna

Java Client/C++ Server: Java Localization problem in Chinese

1431 byte By java_maskera at 2007-10-1 6:04:56
Hi,I am a programmer and working on some client/Server enterprise product. Our product use Java client, which can run on PC or other platforms, exchanges data with server running on HPUX and then display them in Java application. The server is design in C++ and client designed by Java. Our Java ...

java internationalization

293 byte By krishnareddyya at 2007-10-1 6:06:33
I am new to java internationalization. How to write the properties files in japanese,chinese,french languages. the sample properties file contains two keys such as ok,cancel.How these two keys are translated to chinese,japanese,french languages.krishna reddy

knowing the language of the system

928 byte By soulgoda at 2007-10-1 6:07:46
hi,i'm from belgium and we are making an app that will be used in the whole country. For those who don't know this, we have 3 languages, dutch, french, german. For the moment the user can change the language in the program and it works fine. But now i should want to make the login screen also ...

Java Internationalization Issue for Arabic

982 byte By Adnan-Badara at 2007-10-1 6:09:09
Hi,I am getting problems while displaying arabic data on browser. I am using java Internationalization API and using properties file. When I change browser encoding to UTF-8 arabic displays fine else I get:賷亘賳鬲賷 賲 * I tried to use in my jsp following:<%@ page ...

About java Mail Using Authentication

3062 byte By srekanth15a at 2007-10-1 6:09:34
Hai This is srikanth I need to how can i need a mail when stmp server needs Athentication Please do help in thisAnd this is the code what i have tried and this is working in local system<%@ page import="javax.mail.*" %><%@ page import="javax.mail.internet.*" %><%@ page ...

SimpleDateFormat

872 byte By ccsaxtona at 2007-10-1 6:15:35
There seems to be a problem with this...My default timezone is GMT+0 (Europe/London) since we are not in BSTString df = "HH:mm:ss.SSSZ";java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat(df);java.util.Date dt = ...

Date String Parsing.

941 byte By EllEffCeea at 2007-10-1 6:16:23
Hi all, I need to parse a date that is input by the user. I thought to pick the input string and use it to create a Date object by parsing it. example: here inputString is the String that holds the date.DateFormat fd = new SimpleDateFormat("dd/MM/yyyy");try{Date when = ...

An international calendar

430 byte By NitrateNO3a at 2007-10-1 6:24:00
I am trying to implement an international calendar. If the system locale is US, it will display English "Monday". If the system locale is Taiwan(CT), it will display Chinese "Monday". How can I, for example, implement a one-year calendar programme like this. What properties file should I need ...

Persian Calendar

649 byte By ghasemkiania at 2007-10-1 6:33:27
PERSIANCALENDAR, Version 2.0, Was ReleasedThis release contains an implementation of the Persian calendar based on the calendar framework of IBM's ICU4J, version 3.2. Using the ICU4J resource data and a custom resource bundle, the new calendar class supports i18n and date formatting based on ...

MultiByte CSV download

727 byte By Anuj.Guptaa at 2007-10-1 6:40:12
Hi ,I am using a JSP to download a CSv file containing MultiByte data . Problem with CSV Download is that MSExcel understands UTF-16 LE encoding for Multibyte data .However When i try to Set the Charset to UTF-16, UTF-16LE , unicode , the File Open /Save Dialog doen not ...

Encoding - quoted-printable & charset utf-16 how to read

1392 byte By bharatbalaa at 2007-10-1 6:48:19
hi,I have this following Multipart request comes from a system. Our application has to receive this part and process.=_Part_26425_3101246.1109752031682Content-Type: text/plain; name=Mojo.txt; charset=utf-16Content-Transfer-Encoding: quoted-printableContent-Location: ...

Netbeans Issue: Servlet do not display Chinese UTF-8 properly

2013 byte By aral_ocrama at 2007-10-1 6:48:50
Netbeans Issue: Servlet do not display Chinese UTF-8 properlyJava Version: JDK1.5.0_01, JRE1.5.0_01 (International version)Netbeans Version: Netbeans IDE 4.0OS: Windows XP Personal EditionDear Sirs,First at all thanks for reading this post. I am having the following issue. I am creating an ...

ASCII to two bytes character

176 byte By PaulSheldonIIa at 2007-10-1 6:54:08
How can I convert ASCII to two bytes character?such as 0 (ASCII) -> 0 ( Two Bytes)Also, space (ASCII) > space(two bytes)Let me know...Thanks -

Lock encoding for HTML Documents via HTTP?

194 byte By jackkiliana at 2007-10-1 6:58:25
Hi Friends,does any of you know how to ensure, that a user cannot change the encoding of an HTML document within the browser, e.g. Explorer, Mozilla?regardsjackkilian

DateFormat.FULL not working

498 byte By lancessa at 2007-10-1 7:31:10
final static GregorianCalendar MOD_DATE = new GregorianCalendar(2005,Calendar.MARCH,7);JOptionPane.showMessageDialog(null, DateFormat.getDateInstance(DateFormat.FULL).format(MOD_DATE.getTime()) , NAME_OF_APP, JOptionPane.PLAIN_MESSAGE);I get 07 March 2005 on Windows Java 1.4/1.5 and Solaris but ...

using properties file for static data in a web app

492 byte By noynoyta at 2007-10-1 7:31:53
Hi,I am new to web application using Java. I have a problem on reading the properties file that I created. The contents of my properties file is the connect string for my database. I do not want to hardcode my connect string on the classes I am creating.My question is where should I put my ...

Subject field in Japanese emails

865 byte By akhil_bansala at 2007-10-1 7:35:05
Hi,I am trying to send mail in Japanese using ISO-2022-JP charset. The body of the mail goes fine and is visible correctly, but am facing problems with the subject field. If I try sending any Japanese characters the subject field displays ? in outlook.I have tried following options ...

[IO] Default Character encoding to UTF-8

1876 byte By Pimoussea at 2007-10-1 7:40:46
Hi everybody,I'm currently working on a 1.3 JVM (I cannot upgrade it - it's a working specification) : it's embeded in a Oracle 9.0.3 iAS Server.The software I'm working on is divided in 4 parts : sgbd (utf-8), persistence layer (cmsdk - utf-8), my java app and a flash frontend (utf-8).My ...

Get List of Months as Strings for a given local

550 byte By mcpresa at 2007-10-1 7:43:14
I've been looking through the API and can't seem to find a method in Calendar or DateFormat or their subclasses to obtain a list of months. I know I could create a SimpleDateFormat using only the month name in it and then create a bunch of dates, one for each month and format those dates, but ...

Multipart Request Support for Internatilization(CJK)

402 byte By Raghav_Jaya at 2007-10-1 7:45:37
Does Multipart Request have any problems with displaying Chinese,Japanese or Korean Text .? Basically i want to send an Multipart Request which contains Korean text to a servlet which stores it in an Databaseand retrieve the text . But when i store it in the DataBase the values are not stored ...

Problem with locales in jbuilderX

339 byte By soulgoda at 2007-10-1 7:58:45
hi there,i don't know if this is a the best place to search for this but i have a problem. When running my app in jbuilder X it returns me the locale en_US, not the correct one, it should be nl_BE, now i made a executable jar , and ran it and it gives me the correct one. Where is the problem ...

Struts Internationalization !!!! HELP

790 byte By mathai@zenit.ita at 2007-10-1 8:08:51
Hello All,i am new to struts , i am assigned to do a struts project.Using struts Resource Bundles( ApplicationResources.properties ) I managed change in langauge in my page using <bean:message /> for englih and italian.( using ApplicationResources_it.properties & ...

Non-Latin-1 characters in properties files?

270 byte By hbquikcomjamesla at 2007-10-1 8:11:38
We are having substantial difficulties translating a properties file into Turkish (which uses 6 characters outside the Latin 1 code page). The only way we've found to encode them that seems to work is to encode them with backslash escapes. Is there a better way?

Maximize

191 byte By Nina-from-Haifaa at 2007-10-1 8:20:38
I am beginner in Java.I have a frame based application (extends JFrame), that appeared on the middle of the screen.How can I open it in maximize?Thanks,Nina

Regarding distinct behaviour of the Microsoft Internet Explorer

1619 byte By ChandraShekhara at 2007-10-1 8:20:47
Dear Friends, I am displaying a screen which is having some images(i.e Multipart form) and with some text fields. I have a character encoding as windows-1258 on my html in the conetent type attribute. Now when i enter some korean characters in that text fields and say submit, iam getting the ...

Writing a file in UTF-8 Format using FileWriter

224 byte By bkpaddya at 2007-10-1 8:21:04
Hi,I am trying to write some data to the file system using a filewriter object. I want the file to be stored in UTF-8 encoding. Please give me some pointers regarding the same.Best Regards,Pradeep

Number formatting

379 byte By AineYa at 2007-10-1 8:24:18
Hi,I am using DecimalFormat for formatting numbers. My problem is that it uses half_even rounding. What is the point in using this one by default? How can I override this behaviour?(And another question just because of my curiosity: what are the situations when half-even and half-odd roundings ...

Difference between windows-1252 and utf-8

581 byte By suneet123a at 2007-10-1 8:27:29
Hi,My first question is what is the difference between windows-1252 and utf-8encodings, Do they supports all the charsets available?and I am trying to display one image in my html page with some special chars閫%┑€%.jpg and I am setting encoding to UTF-8 but on netscape 7.0 it is notdisplaying it ...

Load a class inside class?

336 byte By SAJBERa at 2007-10-1 8:28:54
Hi all!I am creating a console based program and I wonder how i can load an outside class inside my main class?I have a case switch funktion and when you chosse case '3' i want the class to run another class file and the continute with the rest of the code in the main class file.Is there a ...

SimpleTimeZone error creation

1385 byte By ArielLeivaa at 2007-10-1 8:31:03
Hi,i have a problem when creating a SimpleTimeZone object for the following TimeZone (this output is achieved by printing the TimeZone that corresponds to ...

How to convert a local string to English

588 byte By mehappya at 2007-10-1 8:33:35
My task is to create a method to convert a string (one word which is actually a code with no meaning) in a local language to English string (one word, also a code). The conversion should be performed as follows: Each letters in the locale word should be replaced by an English letter. For each ...

JDialog

83 byte By Nina-from-Haifaa at 2007-10-1 8:35:39
Hi,Can I create dialog without title bar, but resizable?Thanks

encoding/decoding of Strings HTTP/IBM850/ISO8859_1

2462 byte By reseau-emploia at 2007-10-1 8:36:18
Hi,I do a HTTP request in java, the web server send me back htmldata encoded in IBM850: <META content="text/html; charset=IBM850" http-equiv="Content-Type"> For my java program, I need to have String encoded in ISO8859_1, soI try to do a conversion which does not work.Any one has an idea ...

Class loaders and threads...

84 byte By Kronik_Orpheusa at 2007-10-1 8:44:56
Question: Is there any way that i can run a thread using a class loader? Tnx!

Setting encoding of file *name*?

269 byte By LarsClausena at 2007-10-1 8:54:06
I'm getting file with *names* containing Latin-1 characters. The java.io.File constructors only take strings for the file names, so I can't set which encoding to use for the file names. Is there any way I can open such a file in Java?Thanks,-Lars

utf-8 on Windows and java 1.4.2

449 byte By kockayua at 2007-10-1 9:01:25
There is a problem in running my application on Windows (2000, 2003, etc.) using java 1.4.2_x. The same code is working fine on Linux.Furhtremore, the same code is working fine with java 1.4.1_x on both OS'sThe application is reading an XML file and it is printing some of the values on an HTML ...

What is Quadbyte? How to handle this in Java?

125 byte By charmika at 2007-10-1 9:03:01
What is Quadbyte? How to handle this in Java?Any help or direction is greatly appreciated...TIA,C

personal profile

56 byte By vijay_kumar_aa at 2007-10-1 9:12:39
can I run Personal Profile in windows Mobile 2003

Supported Encodings

725 byte By goginenia at 2007-10-1 9:17:03
Hi,I found the following statements in the internationalization tutorial that I need help understanding:"The list of supported character encodings is not part of the Java programming language specification. Therefore the character encodings supported by the APIs may vary with platform. To see ...

Unicode doubt

363 byte By mohit_gogiaa at 2007-10-1 9:25:57
in my program i have the following codeString str2="u0906";String str="\\";str=str+str2;so string str now is basically \u0906 but i want it to be interpreted as the hindi charactercorrespoding to uniocde value 0906.i cannot just write str="\u0906" bcoz str2 is variableunicode value.any way to ...

component orienation problems

2924 byte By Kris_McCullera at 2007-10-1 9:26:49
JFrame and JScrollPane are listed as supporting RIGHT_TO_LEFT component orientation, but I've been having problems with them, can anyone lend me a hand here?I've been using applyComponentOrienation and most of the components I'm using do switch orientation correctly; however, no matter what ...

Kannada fonts

89 byte By supreetha at 2007-10-1 9:32:46
will anyone help me out elaborately how do i have kannada web page using servlets?

i18n in a banking application, urgent, HELP!!!

1995 byte By songlpa at 2007-10-1 9:33:41
I am participating in a banking project. Actually, this application is written by someone else in another branch office. Currently, we are upgrading it to fit multi-national environment, because this application will launched in 4 different countries in the near few monthes, includes west-asia, ...

BreakIterator, apostrophes, contractions

647 byte By ccleve01a at 2007-10-1 9:35:52
I've having difficulty finding words in French when apostrophes are involved.BreakIterator.getWordInstance(locale) is supposed to be able to apply different rules for different languages, but it doesn't seem to know anything about French. For example, it is common to have contractions in ...

GregorianCalendar calling sun.util.calendar.ZoneInfo.getOffsets() - cache

710 byte By alchemistaa at 2007-10-1 9:36:29
Hello,I'm performance optimizing my application and have noticed that when performing GregorianCalendar operations, that class calls the sun.util.calendar.ZoneInfo.getOffsets() method inside some of the methods. This getOffsets method takes measurable amount of time to execute.I was wondering ...

Help with Internationalization?

638 byte By charmika at 2007-10-1 9:43:26
Hi All,I am currently working on project where we are internationalizing the existing web application. I have all the text externalized into Resource bundles. All the text on the web pages now comes from the resource bundles. The first country we will be going to is CHINA. Since China's text ...

drawString in Japanese Font inside an Applet

320 byte By yashrajaroraa at 2007-10-1 9:45:29
I am using drawString method of Graphics class to print Japanese characters in an applet. Although I am able to view the Japanese characters on the statusbar when using setStatus method, I am unable to view it on the applet when using drawString. It displays boxes (junk) as output. Can anybody ...