Download this file

wincodepages.h    9 lines (5 with data), 143 Bytes

1
2
3
4
5
6
7
8
#ifndef WINCODEPAGES_H_
#define WINCODEPAGES_H_
#include <string>
extern const std::string& winACPName();
#endif // WINCODEPAGES_H_