FreeCalypso > hg > freecalypso-tools
diff uptools/libcoding/Makefile @ 354:ec0d6d58e043
uptools/libcoding: UTF-8 input conversion to 8859-1 implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 05 Feb 2018 19:01:27 +0000 |
parents | ead4ee22ef62 |
children | 8fee530f7850 |
line wrap: on
line diff
--- a/uptools/libcoding/Makefile Mon Feb 05 17:35:49 2018 +0000 +++ b/uptools/libcoding/Makefile Mon Feb 05 19:01:27 2018 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 OBJS= alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \ gsm7_decode_tables.o gsm7_unpack.o gsmtime.o hexdecode.o hexdump.o \ - number_decode.o scaddr.o ucs2_decode.o + number_decode.o scaddr.o ucs2_decode.o utf8_decode.o LIB= libcoding.a all: ${LIB}