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

Corrections of the codepage number for some collations. #47

Merged
merged 1 commit into from Apr 22, 2018

Commits on Apr 19, 2018

  1. Corrections of the codepage number for some collations.

    According to https://msdn.microsoft.com/en-us/library/windows/desktop/dd317756(v=vs.85).aspx code page for latin1 is 1252, and not 850. The same for some other collations.
    Changed "auto" charset detection to use only GetACP() on windows.
    Since I guess C/ODBC is the only user of that feature, and because GetConsoleCP() returns OEM codepage, and not the default system codepage, which is used by DM as source codepage for recoding to unicode.
    lawrinn committed Apr 19, 2018
    Copy the full SHA
    9a50a7d View commit details
    Browse the repository at this point in the history