为 firemonkey 移动应用程序定义代码页的目的是什么?

What the purpose of defining a code page for a firemonkey Mobile app?

在移动项目(Firemonkey,android/ios)中,是否有任何理由将应用程序的代码页设置为不同于 0?因为这些项目仅适用于 Unicode 字符串,而 ansiString 甚至 'theoretically' 不可用

代码页参数决定了源文件的代码页,对编译后的程序没有影响。

当您的源文件是 ANSI 编码并且使用的代码页与您的系统默认值不同时,这是必需的。