How can I set the default file format in the Delphi IDE to UTF8?

前端 未结 5 1028
无人及你
无人及你 2021-02-04 13:39

Delphi 2009 sets the default file format for new source code files to ANSI, this makes the source code platform-dependent.

Even for a new XSD file created in the IDE, wh

5条回答
  •  我在风中等你
    2021-02-04 13:51

    If you install UTF8ize Plugin (english translation of his page & latest version) to your IDE, when you edit any file within the IDE, the plugin set the file's codepage to UTF8 automatically.

    (FYI: The author creates many useful plugins. I posted some of his plugins with image here, but my post was deleted by the modelator. I just wanted to know his useful plugins, but yes, it's off topic here. sorry.)

提交回复
热议问题