From c7b543e79b41d9a983cc89e264acd0472d09dc92 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Nov 2010 19:55:39 -0500 Subject: New manual. --- core/file_io.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index fded1499..574ea6a2 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -8,18 +8,6 @@ local events = _G.events module('io', package.seeall) -- Markdown: --- ## Overview --- --- Textadept represents all characters and strings internally as UTF-8. You will --- not notice any difference for working with files containing ASCII text since --- UTF-8 is compatible with it. Problems may arise for files with more exotic --- encodings that may not be detected properly, if at all. When opening a file, --- the list of encodings tried before throwing a `conversion failed` error is in --- `core/file_io.lua`'s [`try_encodings`](#try_encodings). Textadept respects --- the detected encoding when saving the file. --- --- New files are saved as UTF-8 by default. --- -- ## Converting Filenames to and from UTF-8 -- -- If your filesystem does not use UTF-8 encoded filenames, conversions to and -- cgit v1.2.3