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

Bug 516583 - Use UTF-8 as default encoding for *new* workspaces #51

Merged
merged 1 commit into from
Apr 15, 2022

Commits on Apr 14, 2022

  1. Bug 516583 - Use UTF-8 as default encoding for *new* workspaces

    Set UTF-8 foor new workspace as default workspace encoding if Eclipse is
    started without explicit encoding set (either as JVM system property
    -Dfile.encoding=XYZ or by product customization preference
    org.eclipse.core.resources/encoding=XYZ).
    
    After that all projects created in this workspace will get explicit
    UTF-8 encoding set (they will derive that from the workspace encoding
    and not from some random encoding taken from current OS settings).
    
    Existing workspaces or projects with explicit encoding set will be not
    affected by the change.
    iloveeclipse committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d433bb2 View commit details
    Browse the repository at this point in the history