Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on 

Write non english letters in java

Hello there,

i have a java application which is in english.  but in some place i need to insert farsi(persian) letters for example user name nneds to be in farsi.when i type in the textfield in farsi and clcik the save button.the farsi letter is shown  like this ????.
i can read farsi letters from the db in my jtable,but cannot write farsi from my application to the db.

please help.

cheers
zolf
Java

Avatar of undefined
Last Comment
Zolf
Avatar of mnrz
mnrz

hi
in order to work with persian characters you have to use UTF-8 encoding, and I hope you set your database connection to this charset.

first, show your connection string and the database you are using.
second, if your connection string is utf-8 you should convert the entered text to utf-8
something like this:
 new Strigng(txtString.getBytes("utf-8"))  and send this String to the database.

hope this help

Mohammad Norouzi ;)
Avatar of Zolf
Zolf
Flag of United Arab Emirates image

ASKER


>>first, show your connection string and the database you are using.

how do i confirm this.
ASKER CERTIFIED SOLUTION
Avatar of mnrz
mnrz

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Zolf
Zolf
Flag of United Arab Emirates image

ASKER


thanks mate
Java
Java

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.

102K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo