Topic: How to disable greek characters encoding
Hi there,
i would like to implement tinymce to my web app. I have noticed that tinymce encodes all Greek characters (α, β, ...ω) inside my textarea fields. For example the Greek letter "α" gets converted - encoded to "α". The only issue i have with this is that a 5-letters word now needs to be stored using 40 letters. If you multiply this with thousands words for many fields in some thousands of database rows, we talk about a great amount of database space that could be avoided!
So, my question is how could i disable encoding for the above characters and save a great deal of database space?
thanks in advance