-
Notifications
You must be signed in to change notification settings - Fork 93
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
Converting UTF-8 result to UTF-8 #290
Comments
Same problem here. Please fix it... |
I had a similar issue but with Cache and local.ch module. For me moving to UTF8 conversion more upwards in code helped and it works. See my Pull request here: #284 it was so far not integrated in the code so you need to apply it by yourself. |
Hello I think that the best is to add an option for converting or Regards. Le 14. 10. 16 à 10:49, chriszuercher a écrit :
Christian Laborde GTS - Informatique +41 21 799 54 57 Place de la Gare 4 |
is there a pilot in the plane ????? |
I don't know about a pilot, but at least there is passenger on it.. Email enviado usando um celular.... Em 17 de nov de 2016 07:50, "Christian Laborde" [email protected]
|
Why is this issue closed ? This error is always existing. |
I am also still having this error. Especially the data from Google Contacts is in UTF8 by default, so converting the data again doesn't make sense. |
In my FreePBX the pull request referenced above was merged already. But the $superfecta->stripAccents function seems to munge all accented characters to some uppercase non-accented version. I do not recommend anyone doing that without looking into it first. I might have possibly broken something by doing that. |
Yes I solve also my problem when I commented the same line. But I need also to comment _utf8_decode on superfecta_single because local.ch respond in utf8 and superfecta convert badly in this case. |
You might also get more trouble because substr in this line: I don't have a proper fix yet, because my custom http CID Lookup will sometime interfere with Superfecta. |
Superfecta convert to UTF-8 an UTF-8 result.
Example:
Executing LocalTel CH
Searching Local.ch...
'JV Jura Voyages Sàrl'
result took 0.0661 seconds.
Text is good.
Converting result to UTF-8
This scheme would set the caller id to: JV Jura Voyages S?rl
Text is no more good.
The text was updated successfully, but these errors were encountered: