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
|