Ethopian Charater (ሰላም እንደምን አለህ) is not display when I click on export pdf button its showing XXXX

Ethopian Charater (ሰላም እንደምን አለህ) is not display when I click on export pdf button its showing XXXX

umer_naeemumer_naeem Posts: 1Questions: 1Answers: 0
edited July 2023 in Free community support
$('#' + table_id).DataTable({
            dom: 'Bfrtip',
            order: [[1, 'desc']],
            pageLength: 20,
            lengthMenu: [[20, 30, 50, -1], [20, 30, 50, "All"]],
            buttons: [{
                action: serverSideButtonAction,
                extend: 'pdf',
                orientation: 'landscape',
                exportOptions: {
                    columns: "thead th:not(.noExport)",
                    charset: 'UTF-8', 
                
                }
            }]
})

Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,234Questions: 1Answers: 2,597
    Answer ✓

    That'll be a font issue. This thread should help, it's asking the same thing.

    Colin

Sign In or Register to comment.