Open
Description
Describe the bug
cant insert chinese, japan, thai character in MSSQL, because data type is "varchar"
To Reproduce
Steps to reproduce the behavior:
- Go to add new FAQ
- Create a FAQ with chinese, japan or thai character and then save
- it will become question mark
Expected behavior
able to input that character
phpMyFAQ (please complete the following information):
- phpMyFAQ version 3.0.7
- PHP version 7
- Database : MS SQL
- Elasticsearch no
Additional context
i already fix the issue manually with change data type into "nvarchar" also in the query add N before string