aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
commitc7b543e79b41d9a983cc89e264acd0472d09dc92 (patch)
tree9b28b836f65b396ea160ba91048fb030018ccdcc /core/file_io.lua
parent6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff)
downloadtextadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz
textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip
New manual.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua12
1 files changed, 0 insertions, 12 deletions
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