L
lareds
Hi,
How to store Trademark, copyright or Registered symbols in Database.
I dont have problem displaying them.
This is what I am trying to do. I have a html page. I enter these
symbols in the input box and pass them to servlet.From servlet I store
it in the Database.
When I do this it stores them as some jumbled chars in the database(
when I use
UTF-8 encoding in my HTML page) and '?' ( if I use ISO-8859
encoding).
Iam using java1.3 , windows 2000 and Oracle database.
Any ideas ......
How to store Trademark, copyright or Registered symbols in Database.
I dont have problem displaying them.
This is what I am trying to do. I have a html page. I enter these
symbols in the input box and pass them to servlet.From servlet I store
it in the Database.
When I do this it stores them as some jumbled chars in the database(
when I use
UTF-8 encoding in my HTML page) and '?' ( if I use ISO-8859
encoding).
Iam using java1.3 , windows 2000 and Oracle database.
Any ideas ......