I am translating all my messages to thai aside from en-us. Now I have encountered a problem that an Unknown Question mark character shows up.
The code:
{!! trans('messages.client_dashboard') !!}
The expected result:
แดชบอร์ดลูกค้า
The result:
���ดชบอร์ดลูกค้า
I dont seem to understand why this happens. in my header there is the two
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
Any help would help greatly.