Skip to content
  • Devin Nakamura's avatar
    file(STRINGS): Use isprint() to test character type · b872f5b3
    Devin Nakamura authored and Brad King's avatar Brad King committed
    Use the more portable `isprint()` function to test characters rather
    than using hard-coded hex values.  The function is documented by the C++
    standard to return non-zero for the exact range of hex values we
    previously hard-coded, so this should not change behavior.
    b872f5b3