Problem with Unicode (UTF-8) Malayalam
Moderator: Thorsten
Problem with Unicode (UTF-8) Malayalam
Hi,
The phpMyFAQ v1.6.2 application is installed successfully.
But there is an error; I am unable to Answer any question which is prepared in my language "Malayalam" - Unicode ( UTF-8 )
Please see the problem here:
http://www.kuttiady.com/faq/index.php?action=open
- First Question is having the problem which is prepared in Malayalam Language.
- Second one is working fine which is prepared in English Language.
Could you please check this problem...
Thank you...
.
The phpMyFAQ v1.6.2 application is installed successfully.
But there is an error; I am unable to Answer any question which is prepared in my language "Malayalam" - Unicode ( UTF-8 )
Please see the problem here:
http://www.kuttiady.com/faq/index.php?action=open
- First Question is having the problem which is prepared in Malayalam Language.
- Second one is working fine which is prepared in English Language.
Could you please check this problem...
Thank you...
.
Hi,
right. You do not have any categories defined in English language, so you can't answer or add questions for that language. Both answer pages working fine with Firefox.
bye
Thorsten
right. You do not have any categories defined in English language, so you can't answer or add questions for that language. Both answer pages working fine with Firefox.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Thanks for your support,
As you suggested; I just added new categories in English & Malayalam, but the Answering option still doesn't work with Internet Explorer.
See the following things:
1 - This is not a Language related issue.
2 - Answer option doesn't work if the Question is too big. (any Language)
3 - There is limitation in adding Text. (Please try to add the complete content of the Readme.txt)
Same problem appears with English question!! if the question is lengthy one. (half of the Readme.txt)
Please see the problem here:
http://www.kuttiady.com/faq/index.php?action=open
Thank you...
As you suggested; I just added new categories in English & Malayalam, but the Answering option still doesn't work with Internet Explorer.
See the following things:
1 - This is not a Language related issue.
2 - Answer option doesn't work if the Question is too big. (any Language)
3 - There is limitation in adding Text. (Please try to add the complete content of the Readme.txt)
Same problem appears with English question!! if the question is lengthy one. (half of the Readme.txt)
Please see the problem here:
http://www.kuttiady.com/faq/index.php?action=open
Thank you...
Hi,
right, this is an issue with IE. I'm working on a fix!
bye
Thorsten
right, this is an issue with IE. I'm working on a fix!
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
it seems that IE does not allow to use more than 256 characters in a GET variable. We have to change this that we use POST instead of GET. This is a bigger change and we'll "fix" that first in 2.0.0-dev to see if the work is worth to do it for 1.6.4, too.
By the way, would it possible for you to translate phpMyFAQ to Malayalam?
bye
Thorsten
it seems that IE does not allow to use more than 256 characters in a GET variable. We have to change this that we use POST instead of GET. This is a bigger change and we'll "fix" that first in 2.0.0-dev to see if the work is worth to do it for 1.6.4, too.
By the way, would it possible for you to translate phpMyFAQ to Malayalam?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
I just (fresh)installed the new version of phpMyFAQ 1.6.3
But no luck; the problem is still there.
http://www.kuttiady.com/faq/index.php?action=open
And also i saw an error message in the Admin -> Edit Records window.
Thank you...
I just (fresh)installed the new version of phpMyFAQ 1.6.3
But no luck; the problem is still there.
http://www.kuttiady.com/faq/index.php?action=open
And also i saw an error message in the Admin -> Edit Records window.
Code: Select all
Warning: Invalid argument supplied for foreach() in /home/kuttiady/public_html/faq/admin/record.show.php on line 71
n/a
Hi,
PMF 1.6.3 don't address your issue: as Thorsten said, we're studing the changes in the code within PMF 2.0.x development branch. The fix will be probably added into PMF 1.6.4.
Regards,
Matteo
PMF 1.6.3 don't address your issue: as Thorsten said, we're studing the changes in the code within PMF 2.0.x development branch. The fix will be probably added into PMF 1.6.4.
Regards,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Hi,
Let me show you one more bug in the same sequence.
The Question text displays junk characters only; if I Edit any Open Question and add Text as Answer.
But the same Text displays correctly in Admin -> Edit Records Window.
I hope this bug also can be fixed in the next (1.6.4) release.
See the error here --> http://www.kuttiady.com/faq/
Login to Admin Panel --> http://www.kuttiady.com/faq/admin/
Username: pmf
Password: pmftest
Thanks...
Let me show you one more bug in the same sequence.
The Question text displays junk characters only; if I Edit any Open Question and add Text as Answer.
But the same Text displays correctly in Admin -> Edit Records Window.
I hope this bug also can be fixed in the next (1.6.4) release.
See the error here --> http://www.kuttiady.com/faq/
Login to Admin Panel --> http://www.kuttiady.com/faq/admin/
Username: pmf
Password: pmftest
Thanks...
Hi,
Matteo
Viewing your faq service I've seen many &#NNN;: they are the HTML entities for those chars not include into the ISO-8859-1 map. I do not know what should be the language of that text but here are two suggestions:Sarany wrote:The Question text displays junk characters only; if I Edit any Open Question and add Text as Answer.
But the same Text displays correctly in Admin -> Edit Records Window.
- Do not enter chars not belonging to the selected user language;
- IF you want to enter chars different from "en" using English you need to move EN to UTF-8. Open the lang/language_en.php and modify it for reading:
Code: Select all
$PMF_LANG["metaCharset"] = "utf-8"
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Hi,
That said, now everything seems to be ready for your Malayalam translation: it would be nice to release PMF 1.6.4 with your translation already inside
.
Regards,
Matteo
the issue is now solved in CVS so it is also solved in the next release, PMF 1.6.4.Sarany wrote:I hope the problem will be solved soon...
Yes, I have plan to prepare the Malayalam Unicode Language file for phpMyFAQ. But, I stuck with that problem...
That said, now everything seems to be ready for your Malayalam translation: it would be nice to release PMF 1.6.4 with your translation already inside

Regards,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Hi,
no problem, feel free to submit the Malayalam language file when it will be ready
.
Regards,
Matteo
no problem, feel free to submit the Malayalam language file when it will be ready

Regards,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Check out this great site!!!!
hey my friends recently showed me this great site which gives you phonetic equivalents in malayalam to whatever you type in english.Check it out
http://quillpad.in/malayalam
http://quillpad.in/malayalam
Thanks roshni
Hey nice site roshni.Performs searches in malayalam too.Great