简体   繁体   中英

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? as those projects work only with Unicode string and ansiString is even 'theoretically' not available

The Code page parameter determines the code page of the source files and has no influence on the compiled program.

This is necessary when your source files are ANSI encoded and the used code page differs from your system default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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