mirror of
https://github.com/textmate/textmate.git
synced 2026-01-13 16:57:56 -05:00
Apart from being simpler to use this wrapper supports adding ‘//BOM’ to the charset name to either consume or produce a byte order marker. It also converts invalid byte sequences to (ASCII) escape codes, e.g. \x8F.
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
TESTS = tests/*.cc
|
|
SOURCES = src/*.cc
|
|
EXPORT = src/*.h
|
|
FRAMEWORKS = CoreFoundation
|
|
LIBS = iconv
|