Hi...
> Changing the encoding in the <?xml... at the top of the file changes the first.
You want to change the second.
I changed the second.
> If they're writing XHTML rather than HTML, I'm not sure that entity exists - they need
to check. That may be why they're writing the value directly, although £ would also
do the job.
UPDATE currencies SET symbol = '£' WHERE ISO_CODE = 'GBP';
...works.
Thanks for the help :)
> - Peter
S.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|