-
Notifications
You must be signed in to change notification settings - Fork 369
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
UTF8 encoding issue where curly single apostrophe being converted as? #81
Comments
I also want a fix for that, otherwise I need to fix it. |
That happens when you use toUTF8() or fixUTF8() ?
…On Thu, Sep 5, 2019, 12:48 chriseikermann ***@***.***> wrote:
I also want a fix for that, otherwise I need to fix it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#81?email_source=notifications&email_token=AAWP6XXBEQVPOYVWCXDXJXTQIES45A5CNFSM4ISUYRBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD57UE3I#issuecomment-528433773>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWP6XRY2HDK3X7JDXDNAATQIES45ANCNFSM4ISUYRBA>
.
|
it happened for fixUTF8()
or is it necessary to use Encoding::ICONV_TRANSLIT |
voku
added a commit
to voku/portable-utf8
that referenced
this issue
Sep 12, 2019
-> for this issue -> neitanod/forceutf8#81
Just wanted to say thanks for this library, but note that I am also seeing this bug, even with a simple:
No issue with that when using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having an issue with where a curly apostrophe is being converted as a ?
converts to
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: