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

UTF8 utility functions #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

UTF8 utility functions #4

wants to merge 3 commits into from

Conversation

RobertFischer
Copy link

This is the pull request discussed in Issue #2, and it's the same as PR #3, except that the branch name is meaningful.

Basic utility functions to convert from and to UTF8 without having to do wrapping and unwrapping yourself. Tests are included.

The only potential controversial bit is that I also dropped in a .stylish-haskell.yaml which is pretty much in line with the coding style that was already there. It won't do any harm if people do not use stylish-haskell, and it's very useful for those who do.

@RobertFischer
Copy link
Author

Adding in Closes #2 (for good measure).

@RobertFischer RobertFischer changed the title Utf8 functions UTF8 utility functions Apr 6, 2018
@jxv
Copy link
Contributor

jxv commented Apr 18, 2018

@RobertFischer , if you remove the .stylish-haskell.yaml file and undo the extra padding on the qualified import lines, I think it's worth merging. I don't have merging privileges though.

@RobertFischer
Copy link
Author

RobertFischer commented Apr 18, 2018 via email

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