Skip to content
  • Sean McGivern's avatar
    Fix saving diffs that are not valid UTF-8 · c7b396c73939
    Sean McGivern authored
    Previously, we used Psych, which would:
    
    1. Check if a string was encoded as binary, and not ASCII-compatible.
    2. Add the !binary tag in that case.
    3. Convert to base64.
    
    We need to do the same thing, using a new column in place of the tag.
    c7b396c73939