Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Eric Schulte's avatar
    ccdf970e
    Don't warn about ASCII encodings (subset of UTF-8) · ccdf970e
    Eric Schulte authored
    Currently warnings are thrown by concatenate-source-op every time ASDF
    is loaded if UTF-8 is the default encoding because the ASDF source is
    ASCII which is not equal to UTF-8.  This commit adds a special case to
    the encoding equality check so that ASCII is recognized as a subset of
    UTF-8.
    Don't warn about ASCII encodings (subset of UTF-8)
    Eric Schulte authored
    Currently warnings are thrown by concatenate-source-op every time ASDF
    is loaded if UTF-8 is the default encoding because the ASDF source is
    ASCII which is not equal to UTF-8.  This commit adds a special case to
    the encoding equality check so that ASCII is recognized as a subset of
    UTF-8.