#include <ctype.h>
#include <iostream.h>
#include "utils.h"
Go to the source code of this file.
Defines | |
#define | NOCREATE ios::nocreate |
#define | ID3_IS_ASCII(enc) |
#define | ID3_IS_UNICODE(enc) |
Functions | |
String | mbstoucs (String data) |
String | ucstombs (String data) |
bool | exists (String name) |
|
Value: ((enc) == ID3TE_ASCII || \ (enc) == ID3TE_ISO8859_1 || \ (enc) == ID3TE_UTF8) |
|
Value: ((enc) == ID3TE_UNICODE || \ (enc) == ID3TE_UTF16 || \ (enc) == ID3TE_UTF16BE) |
|
|
|
|
|
|
|
|