Skip to Content Skip to Menu

[SOLVED] not nice: in backend: no utf-8 in tab description

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 8 months ago - 9 years 8 months ago #258751 by jojo12
Ah, normally I use JCE, when I use Tiny MCE and save the same, then it's other in the db
e.g.
Code:
<p>Der Benutzer nimmt an folgenden Anlässen teil:</p>

it seems to be a problem together with the editor!
Last edit: 9 years 8 months ago by jojo12.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago #258752 by krileon
JCE is converting UTF8 to unicode. No idea why, but regardless it should still display fine as unicode is based off the browser for standard characters. At any rate it's better for it to properly store and output the UTF8 character.

I did a quick search though and looks like JCE has a setting to adjust this.

www.joomlacontenteditor.net/support/documentation/99-global-configuration/313-configuration-cleanup

Specifically "Entity Encoding" is likely causing your issue.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 8 months ago #258753 by jojo12
strange is, that in frontend it's not the problem only in backend.

I have the following settings in jce: (see image)
Attachments:

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago #258804 by krileon
Unicode strings display fine for me in frontend and backend. As you did not check and reply with the results the 3 things to look for except for 1 of them then I've no idea what to tell you. mbstring functions are used when available, which are UTF8 unicode aware functions. If mbstring is not set to UTF8 you'd have issues and it's easy to have it misconfigure on backend, but fine in frontend if you've 2 different PHP.ini files (1 for backend and 1 for frontend). An mb_substring is done on the description to enforce its length, which could be the culprit if mbstring isn't set correctly. Then of course there's page header charset, but that should be fine if backend is default Joomla template.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 8 months ago #258808 by jojo12
sorry, that I didn't answer. I tried to understand the article you linked me.
But my english is not enough to understand all. So I gave up.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago #258815 by krileon
Please PM backend super administrator login credentials and will check the PHP Information for you.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum