texstudio-org/texstudio

Display the `inputenc` names of the encoding names in the UI's bottom encoding drop down list

オープン

#1,757 opened on 2021/09/14

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (397 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,516 個のスター)
PR merge metrics
 (平均マージ 5h 26m) (30d で 19 merged PRs)

説明

Describe the feature and the current behavior/state

In the encoding drop down list at the UI's bottom, the names displayed:

  • UTF-8
  • windows-1252
  • macintosh
  • ISO-8859-1

are not clearly related to their inputenc (LaTeX package) counterparts:

  • utf8
  • cp1252
  • applemac
  • latin1

I suggest for the latter ones to be displayed as well (for instance in parentheses after the former ones).

Who will benefit with this feature?

Everyone, but especially beginners/intermediate users.

コントリビューターガイド