Ask a Question related to Coldfusion Database Access, Design and Development.
-
Conti #1
Extended characters and HTML entities
Access Query Insert Into, the extended characters in
<img src=" ..." ....>, included in the text to save, generate an error.
I am able to avoid de error with '#HTMLEditFormat(string)#'
or by using the function ConvertEntity().
Again, retrieving the string I need to re-convert it with the same function,
otherwise IE consider it as text with extended characters and doesn't pull the
image.
- Is it a normal behaviour for Access?
- Is there a corresponding CF function to "HTMLEditFormat" to convert HTML
entities back to extended characters instead of using ConvertEntity() ?
ThankYou
ContiW
Conti Guest
-
HTML::TreeBuilder eating my entities using perl 5.8.x
hi there! I'm using HTML-TreeBuilder to parse HTML code that actually contains entities in it's text nodes. Working with perl 5.6.1 and the... -
CFFILE and extended ASCII/accented characters
Hello- I'm using CF 6.1 as a front-end to a MySQL database that happens to contain extended ASCII characters (e.g., accented vowels). CF displays... -
Extended characters in HTML files
Hi, I have a few HTML files that I need to access them. In these HTML files, there are extended characters like ???. However, when I load them... -
extended characters problem on ASP page
Hi, I access SQL Server data through ASP page, but all extended characters (Turkish specific characters) display corrupted. The database language... -
Decoding HTML entities
How can I decode HTML entities? I have an HTML tag as below? <p> Will you help me ? </p> I need to pick this tag in a variable in ASP, and...



Reply With Quote

