3
votes

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

1

1 Answers

2
votes

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.