I am facing this issue, when i am trying to create new customer in Quick Books.
I was having actual name of Customer at my php side was "IbáñezOmar" and when it converts to UTF-8 encoding, it becomes "IbáñezOmar". But when this customer created in Quick Books the name totally changes to "Ib????ezOmar"
Please can anyone help how can i fix this issue?
<?xml version="1.0" encoding="utf-8"?><?qbxml version="11.0"?>
<QBXML>
<QBXMLMsgsRq onError="continueOnError">
<CustomerAddRq>
<CustomerAdd>
<Name >IbáñezOmar</Name>
<IsActive >1</IsActive>
<CompanyName >IbáñezOmar</CompanyName>
<Salutation ></Salutation>
<FirstName >Omar</FirstName>
<LastName >Ibáñez</LastName>
<Contact >Omar Ibáñez</Contact>
</CustomerAdd>
</CustomerAddRq>
</QBXMLMsgsRq>
</QBXML>