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

Please add UTF-8 encoding for source function in run.R #41

Open
zhibisora opened this issue Dec 15, 2021 · 0 comments
Open

Please add UTF-8 encoding for source function in run.R #41

zhibisora opened this issue Dec 15, 2021 · 0 comments

Comments

@zhibisora
Copy link

There is such a line in run.R.

source(file.path(appwd, 'app', 'app.R'))

And I think

source(file.path(appwd, 'app', 'app.R'), encoding="utf-8")

is greater.

Without this parameter, special characters in many program files will not be recognized, such as α,β and so on.
This will have a certain negative impact on genome analysis. ( And, of course, other areas may also be affected. )

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