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

Handle extended characters in enumerated value lists correctly #15

Closed
rsutphin opened this issue Aug 20, 2012 · 2 comments
Closed

Handle extended characters in enumerated value lists correctly #15

rsutphin opened this issue Aug 20, 2012 · 2 comments
Labels

Comments

@rsutphin
Copy link
Contributor

Some of the enums in the source XML have typographic dashes. We need to ensure that they are read and exposed correctly. This may mean correcting the encoding for strings provided by this library, or it may mean filtering out the extended characters.

@rsutphin
Copy link
Contributor Author

age_eligible_cl1 in MDES 3.0 is one enum that has a label containing a typographic dash.

@rsutphin
Copy link
Contributor Author

Actually, this is already handled correctly here. The problem we observed was actually in the way Cases was reading and storing the code lists.

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