From | John R. McPherson |
Date | Sat, 8 Feb 2003 17:12:08 +1300 |
Subject | Re: HTML entities |
In-Reply-To | (20030207175243A-tao-lib-uchicago-edu) |
On Fri, Feb 07, 2003 at 05:52:43PM -0600, Tod Olson wrote:
> >>>>> "J" == James R Adair <jadair@reltech.org> writes: > > J> I want to display a variety of standard HTML entities in > J> Greenstone. The entity refs (e.g., ü) are in the HTML files > J> in the import directory, but after I run import.pl and buildcol.pl, > J> the resulting files display garbage (in the case of ü, ü). I > J> assume this is some sort of attempt to generate Unicode, but what I > J> really want is just to have the entity pass straight through so > J> that the Web browser can interpret it properly. Any suggestions? > > ü seems likely to be the UTF-8 value for □.
This can happen if you are using one of the third party converters that
One problem with passing html entities through is that you can
Having said that, if you are sure you don't want to convert HTML
Incidentally, this function converts entities to their utf-8
Hope this helps
|