Closed support-softya closed 3 years ago
@support-softya Did you set correct file encoding?
// example since 1.3.2
$table = new Table(
__DIR__.'/Resources/foxpro/1.dbf',
[
'encoding' => 'cp852'
]
);
thanks its working now ..
hi im trying to get data everything is working fine with this code
but the result gonna be like this .. https://i.ibb.co/QHQYSLk/Capture.png
any help here thanks