mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Previously if the file had been loaded as ASCII/UTF-8 and was changed on disk to something other than UTF-8, TextMate would go into infinite loop (retrying with UTF-8). It now uses the encoding classifier to find the most probable encoding (based on learned frequencies) falling back on ISO-8859-1, if there is no candidate. Ideally it would bring up a warning, informing the user of the problem and allowing a manual correction of character set. Fixes #1073.
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
TEST_SOURCES = tests/*.cc
|
|
SOURCES = src/*.cc
|
|
EXPORT = src/document.h src/directory.h src/collection.h src/reader.h
|
|
LINK += file text buffer selection bundles command cf io file scm plist OakSystem regexp settings authorization undo crash encoding
|
|
FRAMEWORKS = ApplicationServices
|