Ticket #115 (closed enhancement: duplicate)

Opened 3 months ago

Last modified 2 months ago

No interpretation for character entities

Reported by: Dom's Assigned to: jf.hovinne
Priority: minor Milestone:
Component: Editor Version: trunk
Keywords: unicode character Cc:

Description

Well, this is a special case.

I am currently working on a kung fu website mixing french and chinese langage. Main langage is french and chinese' is used to name the kung fu technics : Wing Tsun Kung Fu Toulouse

I join 3 screenshots to well described this feature request.

Picture 1

I used the HTML view to insert the chinese ideograms with chinese unicode character : 詠 and 春
For example purposes I then add two html character entities : ¨

Here is the sentence I then wrote :

<p>&#168;Wing Tsun Kung Fu&#168; : &#35424;&#26149;</p>

Picture 1 show both the HTML view and the result view : everything is fine

Picture 2

This show the field content transmitted by WYMeditor after submiting form. Notice the chinese unicode characters and HTML entities are both well transmitted.

Picture 3

The WYMeditor result view show us the chinese unicode character are misunterpreted : they are replaced by ? character. The wrong behaviour seems to come from database (MySQL in this case).

Feature request

One simple way to solve this problem is for WYMeditor to transmit the HTML code in place of some interpreted code. In this case :

<p>&#168;Wing Tsun Kung Fu&#168; : &#35424;&#26149;</p>

in place of

¨Wing Tsun Kung Fu¨ : 詠春

This could be done by a boolean.

This appear simple to me but I guess it could be not !

Change History

08/31/08 13:48:51 changed by Dom's

These ticket is a duplicate of ticket:116

I first used Safari to create ticket. I could not load any file with this web browser so I then switch to Firefox. But this ticket was already created.

It then must be destroyed. I apologized for this.

09/10/08 21:44:13 changed by jf.hovinne

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicates #116.