============================================================================= Encoding Helper Functions
| 579 | // Encoding Helper Functions |
| 580 | // |
| 581 | void Encoding_InitDefaults() |
| 582 | { |
| 583 | wsprintf ( wchANSI, L" (%i)", GetACP() ); |
| 584 | mEncoding[CPI_OEM].uCodePage = GetOEMCP(); |
| 585 | wsprintf ( wchOEM, L" (%i)", mEncoding[CPI_OEM].uCodePage ); |
| 586 | } |
| 587 | |
| 588 | |
| 589 | int Encoding_MapIniSetting ( BOOL bLoad, int iSetting ) |