Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to display double quote in the data!

New Here ,
Apr 07, 2008 Apr 07, 2008
Hello all,

I have a table column that consist of data inside the double quote.

For example data in table student as following:

Name | Class
==========
Julie| Math
Bob| "Computer"

I used the textfields for display the data, but it works only with the data not in the double quote, otherwise just display empty. Please give me some advice how to handle this issue. Thanks in advance.

311
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 07, 2008 Apr 07, 2008
If you cfdump the results, does it show up?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 07, 2008 Apr 07, 2008
If taking off the double quote from Computer, it will display the data.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 07, 2008 Apr 07, 2008
LATEST
Double quotes are special characters in HTML so you need to replace them with the correct entity which is "
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources