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

unicode support for stream metadata #18

Closed
wants to merge 2 commits into from
Closed

unicode support for stream metadata #18

wants to merge 2 commits into from

Conversation

Leandros
Copy link
Contributor

@Leandros Leandros commented Dec 9, 2013

It uses wide strings (std::wstring) instead of narrow strings (std::string).
Not the most ideal implementation, could've used ICU or libiconv, though. Unfortunately both require a lot more effort to get it working on iOS.

@Leandros Leandros mentioned this pull request Dec 9, 2013
@muhku
Copy link
Owner

muhku commented Dec 9, 2013

@Leandros: Thanks! Looks good to me. What is the purpose of the changes in FreeStreamerDesktop/Base.lproj/MainMenu.xib? If no purpose, could you please re-create the pull request without the changes in the .xib and I could merge it.

@Leandros
Copy link
Contributor Author

Leandros commented Dec 9, 2013

Oh, oops. ;)
The changes in the .xib is just a different stream for testing. I'll remove it.

@muhku
Copy link
Owner

muhku commented Dec 9, 2013

Merged now.

@muhku muhku closed this Dec 9, 2013
@Leandros Leandros deleted the unicode_metadata branch December 10, 2013 18:40
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

Successfully merging this pull request may close these issues.

2 participants