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

Some unicode bson test are failing due to libstdc++'s iconv codecvt #5

Open
chrismanning opened this issue Aug 23, 2014 · 0 comments
Open
Labels

Comments

@chrismanning
Copy link
Owner

To workaround libstdc++'s lack of header <codecvt> I've used the codecvt specialisation in <ext/codecvt_specializations.h> which wraps iconv.

BsonTest.FileTest17 and BsonTest.FileTest56 are failing when using this.

FileTest17 contains valid unicode, codecvt reports error.
FileTest56 contains invalid unicode, codecvt reports success.

Possible issue with iconv itself. More investigation needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant