简体   繁体   English

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

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

In mobile project (Firemonkey, android/ios) is there any reason to set the code page of the app to be different from 0?在移动项目(Firemonkey,android/ios)中,是否有任何理由将应用程序的代码页设置为不同于 0? as those projects work only with Unicode string and ansiString is even 'theoretically' not available因为这些项目仅适用于 Unicode 字符串,并且 ansiString 甚至“理论上”不可用

The Code page parameter determines the code page of the source files and has no influence on the compiled program. Code page参数决定了源文件的代码页,对编译后的程序没有影响。

This is necessary when your source files are ANSI encoded and the used code page differs from your system default.当您的源文件是 ANSI 编码并且使用的代码页与系统默认值不同时,这是必需的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM