We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My IDE insist of saving XML files as UTF8 with BOM, as I don't use any special characters it is actually a regular ascii which gsl can process.
However GSL cannot process the BOM at the beginning of the file.
Any chance supporting UTF8 with BOM? If someone can direct me to the correct place I can try and solve it myself.
Thanks.
The text was updated successfully, but these errors were encountered:
Just made a quick search...
The relevant functions you are looking for seem to be: https://github.com/zeromq/gsl/blob/master/src/sflxmll.c#L780 https://github.com/zeromq/gsl/blob/master/src/sflxmll.c#L1150 https://github.com/zeromq/gsl/blob/master/src/sflxmll.c#L1277
Hope this helps :)
Sorry, something went wrong.
thanks, looking into that.
No branches or pull requests
My IDE insist of saving XML files as UTF8 with BOM, as I don't use any special characters it is actually a regular ascii which gsl can process.
However GSL cannot process the BOM at the beginning of the file.
Any chance supporting UTF8 with BOM? If someone can direct me to the correct place I can try and solve it myself.
Thanks.
The text was updated successfully, but these errors were encountered: