Files
textmate/Frameworks/file/target
Allan Odgaard 0e0abfdafe Add UTF-8 reader
This will transcode a file to UTF-8 with a best effort to use the correct encoding, looking at byte order mark, extended attributes, .tm_properties, and falling back on frequency analysis.
2013-10-08 21:59:55 +02:00

6 lines
229 B
Plaintext

SOURCES = src/*.cc
TEST_SOURCES = tests/*.cc
EXPORT = src/{bytes,open,save,status,encoding,type,path_info,reader}.h
LINK += io authorization plist scm settings text bundles command encoding
LIBS = iconv