|
|
| No such thing as a small change | |
| PerlMonks |
Re^3: HTML::Entities not encoding @ or .by Errto (Vicar) |
| on Feb 12, 2008 at 19:46 UTC ( #667660=note: print w/ replies, xml ) | Need Help?? |
|
Yes, if the output from your database ever needs to be anything other than HTML, you'll need to remember to decode it explicitly at that time. The best rule to follow, I've found, is to keep the raw text in the DB, then encode it appropriately at time of output, for the relevant output format in question.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||