texstudio-org/texstudio

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

开放

#1,757 创建于 2021年9月14日

 (9 条评论) (0 个反应) (0 位负责人)C++ (397 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (3,516 个星标)
PR 合并指标
 (平均合并 5小时 26分钟) (30 天内合并 19 个 PR)

描述

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.

贡献者指南