/[winpt]/trunk/Include/wptUTF8.h
ViewVC logotype

Diff of /trunk/Include/wptUTF8.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by werner, Thu Oct 27 19:12:40 2005 UTC revision 129 by twoaday, Fri Dec 30 13:56:10 2005 UTC
# Line 1  Line 1 
1  /* wptUTF8.h  /* wptUTF8.h
2   *      Copyright (C) 2002, 2003, 2004 Timo Schulz   *      Copyright (C) 2002, 2003, 2004, 2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 21  Line 21 
21  #ifndef WPT_UTF8_H  #ifndef WPT_UTF8_H
22  #define WPT_UTF8_H  #define WPT_UTF8_H
23    
24  int set_native_charset (const char * newset);  int set_native_charset (const char *newset);
25  const char * get_native_charset (void);  const char* get_native_charset (void);
26  int is_8bit_string (const char * str);  int is_8bit_string (const char *str);
27  char * utf8_to_wincp (const char * s, size_t len);  char *wincp_to_utf8 (const char *s, size_t len);
28  char * wincp_to_utf8 (const char * s, size_t len);  char *utf8_to_wincp (const char *s, size_t len);
29    #define utf8_to_wincp2(encstr) utf8_to_wincp ((encstr), strlen (encstr))
30    
31  #endif /*WPT_UTF8_H*/  #endif /*WPT_UTF8_H*/

Legend:
Removed from v.37  
changed lines
  Added in v.129

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26