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

Unicode throughout MegBot #65

Open
tsyesika opened this issue Apr 17, 2013 · 0 comments
Open

Unicode throughout MegBot #65

tsyesika opened this issue Apr 17, 2013 · 0 comments

Comments

@tsyesika
Copy link
Owner

To fix all the encoding bugs we have now and in the future I think we need to convert data when we get it in to unicode on all inputs and then when we write it out write it as "utf-8". I think the places we need to change are:

  • Store (Library) - write to utf-8, read to unicode.
  • Weather (the cache?)
  • Seen (the cache)

Finally the input from the IRC. I think for characters we can't write to utf-8 we just drop.

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

1 participant