Rev | Line | |
---|
[272] | 1 | /* $Id: misc.h,v 1.4 1999-07-05 12:36:12 sandervl Exp $ */
|
---|
[97] | 2 |
|
---|
[4] | 3 | /*
|
---|
| 4 | * PE2LX ascii to unicode
|
---|
| 5 | *
|
---|
| 6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __MISC_H__
|
---|
| 13 | #define __MISC_H__
|
---|
| 14 |
|
---|
[272] | 15 | char *UnicodeToAscii(int length, WCHAR *NameString, int cp=0);
|
---|
| 16 | char *UnicodeToAscii(WCHAR *wstring, int cp=0);
|
---|
[4] | 17 | int UniStrlen(WCHAR *wstring);
|
---|
| 18 | void UpCase(char *mixedcase);
|
---|
| 19 |
|
---|
| 20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.