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

External format when opening files #39

Open
Yehouda opened this issue May 25, 2020 · 0 comments
Open

External format when opening files #39

Yehouda opened this issue May 25, 2020 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented May 25, 2020

in csv.lisp, %in-stream opens the file with *default-external-format*, which defaults to :default. That works if the default external format of the Lisp in which you run matches the external-format of the file. In particular, when runnign the tests, the files test fails if the default is not utf-8.

Since the input files are in utf-8, somewhere, either in the code itself or in the test, needs to force it to be utf-8. The asdf varaible asdf:*utf-8-external-format* (actually in uiop/stream) is a good value to use to make it portable.

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