• Resolved poirazis

    (@poirazis)


    When I make an API to my endpoit which returns an array of data, only the English character strings are shown. The non-English (UTF8mb) strings are shown as empty.

    The API works ok ( tested with Postman and Insomnia ) and returns the data.
    5 rows 5 names
    When called within wpapige, the array i returned, 5 rows 5 names, but only the names which are in English have values. The non English strings are empty.

    possibly an issue with multibyte strings

    • This topic was modified 2 years, 9 months ago by poirazis.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPGetAPI

    (@wpgetapi)

    Hi,

    Ahh yes we had some code in place that was filtering some characters that caused issues for a certain API.
    I’ve adjusted the code so if you update to version 1.4.10, hopefully this will fix your issue.

    Thread Starter poirazis

    (@poirazis)

    Hey!,
    yes, the problem was resolved with the new version!

    Thank you so much
    Have a blessed day

    Plugin Author WPGetAPI

    (@wpgetapi)

    Awesome, glad to hear it!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Non English characters not returned’ is closed to new replies.