-
Notifications
You must be signed in to change notification settings - Fork 177
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
add an option to use libnatspec for code page detection (maybe even conversion) instead of using hardcoded values #1800
Comments
This library can also be used for charset conversion instead of borrowing Wine code directly. |
performance is the question |
Back in the days of the iconv branch, there seemed to be some performance testing tools that showed that iconv was slower. Can you apply the same tools to libnatspec? |
Its possible, but whats problem with current solution, that may be fixed by using yet another library? |
@vitlav probably can suggest other advantages |
I am talking about DeduceCodepages(). At the moment there are hardcoded conversion tables. But, in general, it would be logical to move such things related to working with locales from Wine to a separate library. libnatspec is just such a library.
Etersoft/libnatspec#3
The text was updated successfully, but these errors were encountered: