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

correct bstr conversion #6

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 6, 2012

  1. Correct bstr <=> string converstion in none-english environment

    - in none-english environment (i am Chinese) we DO NOT use CP_UTF8, CP_ACP should be used
    - while Cygwin default convert filename internally to UTF-8
    - we have to use ASCII format for our lua source code, if you prefer UTF-8, you need luaiconv to convert UTF-8 to your ASCII format (GBK or other)
    windtail committed Sep 6, 2012
    Configuration menu
    Copy the full SHA
    3852e47 View commit details
    Browse the repository at this point in the history