Quote Originally Posted by runoka View Post
same no difference...
A couple more things to "try"... not sure if they will help...
1) Disable any "html editor". I've seen the "html editors" sometimes try to automatically convert / change characters.

2) Change the generation of the "form" element for products to include the "accept-charset" attribute. This is something I set on most of my international websites - to tell the browser to send the input encoded using the UTF-8 character set.

Code:
Example:

<form accept-charset="utf-8">