Hi,
i am encountering an issue using TinyMCE to insert html text into a database. On a PC when using the acute e in html text it is inserted as is...
However, on using a mac the acute e changes into a "�" when cut and pasted from word. I am not a Mac user so i am not familiar with issues such as this.
can someone advise me on appropriate steps to convert these "�" into a é.
can i use a php function to translate this entity?
Kendall
TinyMCE :: using é converts to �
Moderator: General Moderators
What charset are you using in your HTML?
i.e.
i.e.
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />- kendall
- Forum Regular
- Posts: 852
- Joined: Tue Jul 30, 2002 10:21 am
- Location: Trinidad, West Indies
- Contact:
YEP ... i'm using that....JayBird wrote:What charset are you using in your HTML?
i.e.
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />