laravel-auditing
laravel-auditing copied to clipboard
Does support Arabic language??
| Q | A |
|---|---|
| Bug? | no |
| New Feature? | no |
| Framework | Laravel |
| Framework version | 5.5 |
| Package version | 7.0 |
| PHP version | 7.2.9 |
Actual Behaviour
I tried to save an Arabic word in my model which auditing on it ... then it has done but in the audit, table save some strange characters like this "inheritor_name":"\u0627\u0628\u0646 \u0627\u0628\u0646"
Possible Solutions
I think the problem with json_encode !!!! if it is used in somewhere!!!!
this is a font encoding issue, if u r testing on linux u need to install the arabic language package
this issue also affects the arabic text in url
closed due to inactivity