Merhaba;
yazıyı pdf dönüştürürken türkçe karakter problemi yaşıyorum.
$data = DB::table('users')
->whereIn("id", $request->input("rapor"))
->get();
$pdf = PDF::loadView('ogrenci/pdf', ['data' => $data]);
return $pdf->download('Kullanıcı Listesi.pdf');
pdf dönüşen sayfam
<!doctype html>
<html class="no-js" lang="sk">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
* {
font-family: "Arial";
}
</style>
</head>
<body>
ŞŞŞiiiĞĞĞÜÜÜÇÇÇçççÖÖÖ
</body>
</html>
çıktı
???iii???ÜÜÜÇÇÇçççÖÖÖ