What is Codepage 0?

Code page 0 is CP_ACP, current Windows ANSI code page.

Code page 0 is CP_ACP, current Windows ANSI code page. From Windows. Pas: {$EXTERNALSYM CP_ACP} CP_ACP = 0; { default to ANSI code page } From MSDN: CP_ACP The current system Windows ANSI code page.

This value can be different on different computers, even on the same network. It can be changed on the same computer, leading to stored data becoming irrecoverably corrupted. This value is only intended for temporary use and permanent storage should be done using UTF-16 or UTF-8 if possible.

It might also be useful to know that you can change it (without reinstall): mihai-nita.net/article.php?artID=20050611a.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions