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

Adding UTF-8 support for WideCharToMultiByte method - Windows Platform #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2016

  1. Adding UTF-8 support for WideCharToMultiByte method - Windows Platform

    If process environment variable value has non-english language characters (e.g. chinese ) then SIGAR_W2A(lpw, lpa, chars) is not able to make the conversion into multi byte properly. Fixing this by specifying code page as UTF-8.
    
    SIGAR_A2W(lpa, lpw, bytes) will also use UTF-8 now for consistency.
    xeronix authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    bc6b844 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Adding sigar build instructions.

    Adding sigar build instructions.
    xeronix authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    38d44f3 View commit details
    Browse the repository at this point in the history
  2. Update sigar_build.txt

    xeronix authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    4454b43 View commit details
    Browse the repository at this point in the history