source:
trunk/include/codepage.h@
5200
Last change on this file since 5200 was 2213, checked in by , 26 years ago | |
---|---|
File size: 378 bytes |
Line | |
---|---|
1 | /* |
2 | ** Module :CODEPAGE.H |
3 | ** Abstract : |
4 | ** |
5 | ** Copyright (C) Vit Timchishin |
6 | ** |
7 | ** Log: Wed 22/12/1999 Created |
8 | ** |
9 | */ |
10 | #include <uconv.h> |
11 | |
12 | #ifndef __CODEPAGE_H |
13 | #define __CODEPAGE_H |
14 | |
15 | #define CODEPAGE_SECTION "Codepages" |
16 | |
17 | ULONG GetDisplayCodepage(); |
18 | ULONG GetWindowsCodepage(); |
19 | UconvObject GetDisplayUconvObject(); |
20 | UconvObject GetWindowsUconvObject(); |
21 | |
22 | #endif /*__CODEPAGE_H*/ |
23 |
Note:
See TracBrowser
for help on using the repository browser.