Skip to content
  • Clinton Stimpson's avatar
    Encoding: Switch to use UTF-8 internally by default on Windows. · cdc29c36
    Clinton Stimpson authored and Brad King's avatar Brad King committed
    This fixes several reported bugs about CMake not handling
    non-ascii paths on Windows.
    
    Practically, the use of some unicode characters may still
    be limited by the build or compiler tools.
    
    For example, a user may be limited by the build tools to
    using characters within the Windows ANSI code page (which can
    include non-ascii characters in the current system language).
    cdc29c36