* UTF-8 support patch

This commit is contained in:
gmerlin
2006-06-02 21:54:21 +00:00
parent 5d3ef6fa82
commit 511c0b9416
6 changed files with 54 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.15 2006/03/14 12:05:16 rocky Exp $
# $Id: Makefile.am,v 1.16 2006/06/02 21:54:21 gmerlin Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
#
@@ -94,6 +94,7 @@ libcdio_sources = \
sector.c \
solaris.c \
track.c \
utf8.c \
util.c
lib_LTLIBRARIES = libcdio.la

View File

@@ -205,3 +205,8 @@ mmc_set_speed
mmc_start_stop_media
mmc_timeout_ms
track_format2str
cdio_charset_converter_create
cdio_charset_converter_destroy
cdio_charset_convert
cdio_charset_from_utf8
cdio_charset_to_utf8