TinyMCE :: using é converts to �

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

TinyMCE :: using é converts to �

Post by kendall »

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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

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" />
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

Post by kendall »

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" />
YEP ... i'm using that....
Post Reply