Skip to content

The names of the UTF-8 encodings in the Menu bar and in the Status bar are different #4040

@pfparesseux000

Description

@pfparesseux000

Description of the Issue

In notepad++ with English localization, the names of the UTF-8 encodings in the Menu bar and in the Status bar are different.

Steps to Reproduce the Issue

  • Encode in UTF-8 without BOM
  1. Select Menu bar > Encoding > Encode in UTF-8 without BOM,
  2. It displays UTF-8 in Status bar.
  • Encode in UTF-8 with BOM
  1. Select Menu bar > Encoding > Encode in UTF-8,
  2. It displays UTF-8 BOM in Status bar.
  • Convert to UTF-8 without BOM
  1. Select Menu bar > Encoding > Convert to UTF-8 without BOM,
  2. It displays UTF-8 in Status bar.
  • Convert to UTF-8 with BOM
  1. Select Menu bar > Encoding > Convert to UTF-8,
  2. It displays UTF-8 BOM in Status bar.

Expected Behavior

  • Encode in UTF-8 without BOM
    When selecting Menu bar > Encoding > Encode in UTF-8 without BOM, it should display "UTF-8 without BOM" in Status bar.

  • Encode in UTF-8 with BOM
    In Menu bar > Encoding, "Encode in UTF-8" shoud be replaced with "Encode in UTF-8 with BOM".
    And it should display "UTF-8 with BOM" in Status bar.

  • Convert to UTF-8 without BOM
    When selecting Menu bar > Encoding > Convert to UTF-8 without BOM, it should display "UTF-8 without BOM" in Status bar.

  • Convert to UTF-8 with BOM
    In Menu bar > Encoding, "Convert to UTF-8" shoud be replaced with "Convert to UTF-8 with BOM".
    And it should display "UTF-8 with BOM" in Status bar.

It will be more clearer.
Not like Windows Notepad, and its Save as UTF-8.

Actual Behavior

  • When selecting Menu bar > Encoding > Encode in UTF-8 without BOM, it displays UTF-8 in Status bar.
  • When selecting Menu bar > Encoding > Encode in UTF-8, it displays UTF-8 BOM in Status bar.
  • When selecting Menu bar > Encoding > Convert to UTF-8 without BOM, it displays UTF-8 in Status bar.
  • When selecting Menu bar > Encoding > Convert to UTF-8, it displays UTF-8 BOM in Status bar.

Debug Information

Notepad++ v7.5.4 (32-bit)
Build time : Jan 1 2018 - 01:47:45
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (32-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions