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

Problems with encoding #159

Open
LonBoy98 opened this issue Nov 7, 2019 · 1 comment
Open

Problems with encoding #159

LonBoy98 opened this issue Nov 7, 2019 · 1 comment

Comments

@LonBoy98
Copy link

LonBoy98 commented Nov 7, 2019

Hi, i hope you can help me.

After i add an element to a list(via php and this API) i get a lot of "????" instead of "ä","ö","ü".
Where i can configure the encoding?

I the libray i just found "internal-Encoding"

Thanks!
Lon

@satezmedia
Copy link

Hi, I had simular problem.
You just need to modify line 24 in file src/Thybag/Auth/SharePointOnlineAuth.php
FROM:
$headers[] = "Content-Type: text/xml;";
TO
$headers[] = "Content-Type: text/xml; charset=utf-8;";

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