Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode character support? #36

Closed
anhdd-savvycom opened this issue Jul 7, 2014 · 6 comments
Closed

Unicode character support? #36

anhdd-savvycom opened this issue Jul 7, 2014 · 6 comments

Comments

@anhdd-savvycom
Copy link

I use QB v3 to add a customer with name has unicode characters, for example: "Ngụy Như Kon Tum". After imported successfully, customer name will be "Ngåy Nh° Kon Tum".

How can I fix this?

Best Regards.

@consolibyte
Copy link
Owner

As far as I know, unicode should work fine. Can you give me some example code to reproduce the problem?

@anhdd-savvycom
Copy link
Author

Well, this is my code:

$Customer = new QuickBooks_IPP_Object_Customer();
$Customer->setDisplayName("Đường La Thành");

And name of customer on quickbooks online will be: °Ýng La Thành

Hope to get your reply soon.

@anhdd-savvycom
Copy link
Author

Hello,
Did you take a look at my problem? :(

@consolibyte
Copy link
Owner

Is this a US version of QuickBooks, or a non-US version of QuickBooks?

Are you using v3, or v2?

@anhdd-savvycom
Copy link
Author

I'm using US version, QB API v3.

@consolibyte
Copy link
Owner

Read the "Character Sets" information here:
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/go_global

US versions of QuickBooks Online do not support unicode. This is a restriction of QuickBooks itself, not something PHP/API related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants