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

前端 未结 5 1029
无人及你
无人及你 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 14:15

    Right-click on your source code in the Delphi 2009 IDE, and select File Format. Then choose UTF-8. Hope that helps.

提交回复
热议问题