mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
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.
6 lines
229 B
Plaintext
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
|