File: win32utf8.h

package info (click to toggle)
opusfile 0.9%2B20170913-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,592 kB
  • ctags: 854
  • sloc: sh: 11,281; ansic: 7,086; makefile: 199
file content (9 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#if !defined(_win32utf8_H)
# define _win32utf8_H (1)
# if defined(_WIN32)

/*Make a best-effort attempt to support UTF-8 on Windows.*/
void win32_utf8_setup(int *_argc,const char ***_argv);

# endif
#endif