revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format

This commit is contained in:
Josh Coalson
2004-12-30 01:09:53 +00:00
parent d56ac59518
commit 81b3cae6d5
11 changed files with 156 additions and 163 deletions

View File

@@ -23,18 +23,16 @@ noinst_LTLIBRARIES = libplugin_common.la
noinst_HEADERS = \
all.h \
canonical_tag.h \
charset.h \
defs.h \
dither.h \
locale_hack.h \
vorbiscomment.h
tags.h
libplugin_common_la_SOURCES = \
canonical_tag.c \
charset.c \
dither.c \
vorbiscomment.c
tags.c
EXTRA_DIST = \
Makefile.lite \