-
Unable to insert french characters in to Database (6 messages)
- Posted by: Jhons Smith
- Posted on: July 20 2007 09:13 EDT
Hi All, I m using struts,jboss and Teradata.I m unable to insert the french characters in to database.I m able to insert japanse, chinese charcters also.I put the content type in jsp page as utf-8. The chenese & japanese charaters are iunserted as a ASCII value.But the french characters r inserted as ?????? like that. Other than that any configuration i need to do in database side or else in action or in Jboss server. Thanks in Advance, Jhon.Threaded Messages (6)
- Re: Unable to insert french characters in to Database by Edson Alves Pereira on July 20 2007 15:29 EDT
- Re: Unable to insert french characters in to Database by Edson Alves Pereira on July 20 2007 15:30 EDT
- Re: Unable to insert french characters in to Database by Jeryl Cook on July 25 2007 22:02 EDT
-
Re: Unable to insert french characters in to Database by Jhons Smith on July 27 2007 07:11 EDT
- DB support by Rohitdev Kulshrestha on July 30 2007 02:28 EDT
- check database character set by ashiq khan on July 30 2007 03:57 EDT
-
Re: Unable to insert french characters in to Database by Jhons Smith on July 27 2007 07:11 EDT
- Re: Unable to insert french characters in to Database by Jeryl Cook on July 25 2007 22:02 EDT
-
Re: Unable to insert french characters in to Database[ Go to top ]
- Posted by: Edson Alves Pereira
- Posted on: July 20 2007 15:29 EDT
- in response to Jhons Smith
Hello dude, try ISO-8859-1 -
Re: Unable to insert french characters in to Database[ Go to top ]
- Posted by: Edson Alves Pereira
- Posted on: July 20 2007 15:30 EDT
- in response to Jhons Smith
Hello dude, try ISO-8859-1 -
Re: Unable to insert french characters in to Database[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: July 25 2007 22:02 EDT
- in response to Edson Alves Pereira
do not save the characters as ISO-8859 into the database, use UTF-8(make sure ur database is set up for this..) -
Re: Unable to insert french characters in to Database[ Go to top ]
- Posted by: Jhons Smith
- Posted on: July 27 2007 07:11 EDT
- in response to Jeryl Cook
i m using the UTF-8 format only. But i m able to insert chinese and japanes characters and not french characters. Apart from that anything i want to configure on application server(JBoss 4.0.3-SP1). -
DB support[ Go to top ]
- Posted by: Rohitdev Kulshrestha
- Posted on: July 30 2007 02:28 EDT
- in response to Jhons Smith
Check whether youur DB supports it -
check database character set[ Go to top ]
- Posted by: ashiq khan
- Posted on: July 30 2007 03:57 EDT
- in response to Jhons Smith
Do check if the "character-set" for the table or the column or the database itself can be set to UTF-8. Character Set can be set to any of these objects depending upon the database your using.