| Pages: [1] |
|
|
Author |
Topic: Accented letters ? (french) (Read 1466 times) |
webknot
Posts: 3

|
Hello,
I tried to use SnippetMaster to change the text from this website (in french)
http://www.exposition-himalaya.com/
I have problems with accented letters which are transformed into some kind of code.
Any idea how I could solve this ? (Current charset=utf-8)
Thank you
|
|
|
|
|
|
|
webknot
Posts: 3

|
Thanks for your reply.
So I must use this "omega" and transform the whole text to be able to use SnippetMaster ?
In the source of http://www.exposition-himalaya.com/ there is no code like é
(I used a french keyboard and unicode)
|
|
|
|
|
|
Jenkinhill
|
url=http://tinymce.moxiecode.com/punbb/viewtopic.php?id=5033]this thread,[/url] which may helpthis thread, which may help.
|
Kelvyn
|
|
|
webknot
Posts: 3

|
Thanks I used this trick by "Docman" found with your link and it worked:
- edit tiny_mce.js
- this is the code segment to work with:
{case"raw":return tinyMCE.xmlEncode(s);case"named":return tinyMCE.xmlEncode(s);case"numeric":return s.replace(......
- what you need to do is to replace the command pertinent to case "named" by "return tinyMCE.xmlEncode(s)".
This hack fools TinyMCE into thinking it is doing named (HTML entity) encoding.
|
|
|
|
|
|
chinese
Posts: 2
|
I am facing same issue in French and in Chinese: text content is not displayed correctly out of ASCII letters. Is there any plan to correct snippetmaster on this aspect? I am interested to buy pro version of snippetmaster, but this issue is a no go and I rfuse to pay if I have to go and modify the code by myself
|
|
|
|
|
admin
Forum Administrator

Posts: 3031
SnippetMaster Author
|
Yes, this is fixed in the new version that is very very late to be released... (but should be done very soon).
|
|
|
|
|
|
|
Pages: [1]
|
|
|
|