I'm trying to extract the content of a rich text editor that contains the characters 'æøåÆØÅ', but when saving the document, the characters get converted into på , ø, and so on..
A simple 'textstring datatype' works flawlessly - the characters show up on the page as they should.
All pages on the site are using UTF-8 encoding and the SQL Collation is: Danish_Norwegian_CI_AS
Question is; how do I make the RTE save the content with the correct encoding?
'Bliv optaget på anerkendt toplederuddannelse, som udbydes i samarbejde med INSEAD - en af verdens førende Business Schools. Gennemført uddannelse honoreres med et certifikat fra INSEAD.'
This is what it contains when I use; umbraco.library.RemoveFirstParagraphTag(v.GetPropertyValue("beskrivelse").ToString()); to get the content from my SurfaceController:
'Bliv optaget på: anerkendt toplederuddannelse, som udbydes i samarbejde med INSEAD - en af verdens fø:rende Business Schools. Gennemfø:rt uddannelse honoreres med et certifikat fra INSEAD.'
Would greatly appriciate it, if anyone could shed some light on the subject. :)
RTE Regional Characters?
Hello,
I'm trying to extract the content of a rich text editor that contains the characters 'æøåÆØÅ', but when saving the document, the characters get converted into på , ø, and so on..
A simple 'textstring datatype' works flawlessly - the characters show up on the page as they should.
All pages on the site are using UTF-8 encoding and the SQL Collation is: Danish_Norwegian_CI_AS
Question is; how do I make the RTE save the content with the correct encoding?
Shameless bump and more info...
'Bliv optaget på anerkendt toplederuddannelse, som udbydes i samarbejde med INSEAD - en af verdens førende Business Schools. Gennemført uddannelse honoreres med et certifikat fra INSEAD.'
'Bliv optaget på: anerkendt toplederuddannelse, som udbydes i samarbejde med INSEAD - en af verdens fø:rende Business Schools. Gennemfø:rt uddannelse honoreres med et certifikat fra INSEAD.'
Would greatly appriciate it, if anyone could shed some light on the subject. :)
is working on a reply...