mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04: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
|