From: James E. F. <jf...@uv...> - 2004-02-11 22:49:13
|
dega wrote: > I'm trying to complete the italian localization for phpESP. > For special character should I use the character itself or the xml > entities?? > ( ex. ' instead of ' ) > > Thanks. > > Giancarlo You should use XML/HTML entities. The strings are sent directly to the client (browser) so use whatever the browser expects. -James |