|
Welcome to Hi Gopi!
HiGopi ForumWelcome to the Forum section of HiGopi.com You are not logged in. Announcement
Please bear the following rules to make this forum an information rich good online technical resource.
Technical discussions/informative posts only No Marketing/Donation/Promotion posts No personal attacks/verbal abuse NOTE: New users registrations are closed. Please send me an email if you wish to register in this forum. #1 15-Jan-2009,Thu 11:45:54
save the file with tamil fonts.hi, Offline #2 16-Jan-2009,Fri 05:33:33
Re: save the file with tamil fonts.Hi, 2) In database, make sure the db,table,column is having unicode_utf8 collation. 3) If you are writing to a text file, make sure you save it with UTF-8 encoding Thanks, Gopi Pick any two of "Quality, Quick, Cheap" service from me. Offline #3 16-Jan-2009,Fri 05:55:16
Re: save the file with tamil fonts.hi, 2.In my postgresql database ,I created database with SQL-ASCII encoding which supports other languages. 3.I tried to write file with UTF-8 encoding BufferedWriter bw=new BufferedWriter(new OutputStreamWriter(new FileOutputStream(title+".txt"),"UTF8")); I am using Linux as a server machine. Thanks in advance. Offline #4 16-Jan-2009,Fri 06:13:46
Re: save the file with tamil fonts.Hi, Thanks, Gopi Pick any two of "Quality, Quick, Cheap" service from me. Offline #5 27-Jan-2009,Tue 05:33:49
Re: save the file with tamil fonts.Hi, Offline #6 28-Jan-2009,Wed 06:44:41
Re: save the file with tamil fonts.Hi, Thanks, Gopi Pick any two of "Quality, Quick, Cheap" service from me. Offline |
|