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 help this 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: 3069
SnippetMaster Author
|
Yes, this is fixed in the new version that is very very late to be released... (but should be done very soon).
|
|
|
|
|
|
options-it
Posts: 6
|
Hello, Is this problem fixed? i just downloaded the lit version and i'm using it in a 3 language site, i will buy the pro version as soon as i know if that fixes my problem, Thankyou  In case this is not fixed yet what work around works? the solutions above are from 2008 anything new since? Thankyou in advence for your responses. Lorenzo
|
|
|
|
|
admin
Forum Administrator

Posts: 3069
SnippetMaster Author
|
It should be working in the current version. If not, let me know and I'll take a look for you right away.
Thanks!
|
|
|
|
|
|
options-it
Posts: 6
|
Hello,
i just had a look at my french pages and when edditing snippets i have that kind of things "différentes", i can work around that using "find / replace" once that's done re-oppening the snippets the accents looks right but i have a lot of these on some pages and it's not always easy to find wich accent are represented, is there an automatic way or should it work right away?
thank's for your help Lorenzo
|
|
|
|
|
admin
Forum Administrator

Posts: 3069
SnippetMaster Author
|
If you could send me an email with your FTP info and exact instructions to recreate the problem I will take a look.
Thanks!
|
|
|
|
|
|
options-it
Posts: 6
|
i sent you a personal message on the forum, let me know if you need anything else,
Thank you
|
|
|
|
|
|
options-it
Posts: 6
|
in case you have this probleme you should include <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> in the <head> section. works fine
|
|
|
|
|
|