- Posts: 6
- Thank you received: 0
The answer appear in the form of signs
note:
that the survey and question are in Arabic language
and the answer is in Arabic language
if someone has to answer in English, no problem .and show his answering naturally
that means the problem is in the answers of the Arabic language only .

Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
- Posts: 11996
- Karma: 413
- Thank you received: 2189
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
Version 2.05 + Build 140226
i put this in red because I'm frustrated
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
- Posts: 11996
- Karma: 413
- Thank you received: 2189
We have a lack of testing files in some language.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
did you mean this file
Please Log in or Create an account to join the conversation.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There it goes directly to the developers.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
*Operating System (Server)
*Webserver software & version
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
- Posts: 11996
- Karma: 413
- Thank you received: 2189
With 1.92 and 2.00: it's OK : utf8_unicode_ci
When you report the bug, please put the link here. Before it's fixed : you can take the last 2.00 version.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
- Posts: 11996
- Karma: 413
- Thank you received: 2189
Please try (if you use mysql)
ALTER DATABASE yourdatabasename DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
And try : deactivate/reactivate
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
- Posts: 11996
- Karma: 413
- Thank you received: 2189
If you don't know : just put your hoster name.
But we need to know 2 more things :
- Your DB server
- What is the version installed at start (because seems there are some fix when utdating)
Did you remind the process ? What version did you install ?
PS: here you can fix if you have access to your DB
ALTER DATABASE yourdbname DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
ALTER TABLE yourdbname.lime_survey_XXXX COLLATE utf8_unicode_ci
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.