[Answered ]-How to insert arabic characters in database?

1👍

According to django it supports Unicode data everywhere. You don’t need to do anything when Creating Arabic characters in the database using SQLite. if you are on windows 10 just run chcp 1256 in the cmd to change code page session to Code Page 1256 Windows Arabic . if it didn’t work just use the Django admin to create your database

👤monim

Leave a comment