Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for non utf-8 encodings #6064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 26, 2019

  1. Provide support for non utf-8 encodings

    coala currently only supports utf-8 encodings. Before merging this
    we need to add support for non utf-8 encodings to coala-utils.
    
    Some bears like SpellCheckBear have external linters which only
    support utf-8 encodings. To solve this the bears should describe
    the encoding it can handle followed by coala creating a temporary
    file in the linter's accepted encoding (Converting utf-16 to utf-8)
    
    Some encodings have glyphs which are not in unicode and can't be
    transcoded to utf16/32. We should write test to catch such
    exceptions.
    Utkarsh1308 committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    5784db4 View commit details
    Browse the repository at this point in the history