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

Logging is not showing unicode characters as it should #12

Open
hmartos opened this issue Jun 7, 2016 · 2 comments
Open

Logging is not showing unicode characters as it should #12

hmartos opened this issue Jun 7, 2016 · 2 comments

Comments

@hmartos
Copy link
Contributor

hmartos commented Jun 7, 2016

There is a problem showing some local characters in logger.

For example it is logging tweets like this:

"text": "Mariano Rajoy ir\u00e1 a El Hormiguero. La pol\u00edtica espect\u00e1culo ha alcanzado sus \u00faltimos objetivos."

when it should show:

"text": "Mariano Rajoy irá a El Hormiguero. La política espectáculo ha alcanzado sus últimos objetivos."

@cperales
Copy link
Contributor

cperales commented Jun 7, 2016

And does "text_clean" field work correctly? Maybe we can use that unicode
treatment for logging too.
El 07/06/2016 11:38, "hmartos" notifications@github.com escribió:

There is a problem showing some local characters in logger.

For example it is logging tweets like this:

"text": "Mariano Rajoy ir\u00e1 a El Hormiguero. La pol\u00edtica
espect\u00e1culo ha alcanzado sus \u00faltimos objetivos."

when it should show:

"text": "Mariano Rajoy irá a El Hormiguero. La política espectáculo ha
alcanzado sus últimos objetivos."


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12, or mute the thread
https://github.com/notifications/unsubscribe/AQiIitgD7oJrdHnBdYuRekDgkDn5DjyDks5qJTwCgaJpZM4IvvH4
.

@hmartos
Copy link
Contributor Author

hmartos commented Jun 7, 2016

Text clean is showing correctly without this characters:

"text_clean": "ATMENTION mariano rajoy ira a el hormiguero la politica espectaculo ha alcanzado sus ultimos objetivos"

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