Skip to content

UTF-8 accented characters proper sending#4

Open
rzelnik wants to merge 1 commit intoryancramerdesign:masterfrom
rzelnik:patch-1
Open

UTF-8 accented characters proper sending#4
rzelnik wants to merge 1 commit intoryancramerdesign:masterfrom
rzelnik:patch-1

Conversation

@rzelnik
Copy link
Copy Markdown

@rzelnik rzelnik commented Sep 3, 2012

I just fixed the sending of UTF-8-encoded accented characters.

I tried to send some Slovak characters for testing:

ľščťžýáíé

Before the fix it sent:
ľš�ťžýáíé
...encoded as

ľšÄ_ťžýáíé

After the fix it sent:
ľščťžýáíé
...encoded as

ľščťžýáíé


... which is not perfect, but much better than before the fix.

@awebcreative
Copy link
Copy Markdown

Thanks, rzelnik!

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

Successfully merging this pull request may close these issues.

2 participants