Problem with Unicode registered in Access database

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Mehraban
User
Posts: 11

Problem with Unicode registered in Access database

Post by Mehraban »

Hello friends

Information is entered correctly at the time of data recording on a web page made with PHPMaker.
But when accessing the access information, the information is displayed as follows.
دوستی و محبت=
یظ„غŒظپط§ظ†

How is it possible to store the information in the database tables correctly? (utf-8)

It is noteworthy:
I made this change in the character limit that I created in the Open Source file.


arbei
User
Posts: 9384

Post by arbei »

Make sure the charset of your project is "utf-8".


Mehraban
User
Posts: 11

Post by Mehraban »

Yes of course
I changed the following to "utf-8":

  1. HTML > Charset = utf-8
  2. Tools > Advanced Settings > Chatacter encoding (for Ajax/iconv) = utf-8
  3. Tools > Advanced Settings > MYSQL Charset (for SET NAMES) = utf-8

Is there another case for review?

Of course I looked at the source page and the following meta tag was in the header section:
<meta charset="utf-8">


mobhar
User
Posts: 11727

Post by mobhar »

Make sure your database charset is utf-8, too.


Mehraban
User
Posts: 11

Post by Mehraban »

Thank you
My Database is MS Access!

Unfortunately, MS Access does not have the ability to select Unicode!
A solution to your mind?


mobhar
User
Posts: 11727

Post by mobhar »

Not sure whether MS Access Database already supports utf-8 by default. Please try to Google it.


Post Reply