Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Storing and displaying punctuation (TO_NUMBER revisited)
In light of hte TO_NUMBER posts, I have a somewhat related question;
How do you handle the storing of punctuation in the database and how do you handle displaying it in web pages?
Key example is text strings (most specifically names); e.g. "Joe's Garage"
If a user inputs this in a field on a web page, I have to parse it to find the "'", so I can add another "'" in order to insert it into the database ('Joe''s Garage'). What about displaying it back as a <input> tag in html. What about double quotes (")? Received on Wed Aug 30 2000 - 09:17:37 CDT