Skip to content
  • ttuegel's avatar
    D.Compat.CreatePipe: use locale encoding · 93918b1b
    ttuegel authored
    Issue #1895. `createPipe` opened handles in binary mode by default,
    which mangles text encoded for the current locale. Now, `hSetEncoding`
    is called on the new handles. This requires `base >= 4.2`.
    93918b1b