summaryrefslogtreecommitdiff
path: root/inputs
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-19 17:09:49 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-19 17:09:49 +0000
commit8a9d3f97956db97b0813a6d24c486371ff14bd80 (patch)
treea080b34a57cee86398a0f6a181fe80a0a869eae9 /inputs
parentf42941536c6c16ba8b89dd5f25d8a747e3d5495d (diff)
downloadhalibut-8a9d3f97956db97b0813a6d24c486371ff14bd80.zip
halibut-8a9d3f97956db97b0813a6d24c486371ff14bd80.tar.gz
halibut-8a9d3f97956db97b0813a6d24c486371ff14bd80.tar.bz2
halibut-8a9d3f97956db97b0813a6d24c486371ff14bd80.tar.xz
Support for \cfg{input-charset}. Input files can now be in ASCII,
8859-*, UTF-8, or a variety of more fun encodings including various multibyte ones. [originally from svn r4095]
Diffstat (limited to 'inputs')
-rw-r--r--inputs/test.but20
1 files changed, 19 insertions, 1 deletions
diff --git a/inputs/test.but b/inputs/test.but
index 43bddc9..7b0df07 100644
--- a/inputs/test.but
+++ b/inputs/test.but
@@ -32,7 +32,7 @@ a bit]
\define{eur} \u20AC{EUR }
-\versionid $Id: test.but,v 1.26 2004/04/09 18:47:33 simon Exp $
+\versionid $Id: test.but,v 1.27 2004/04/19 17:09:49 simon Exp $
\C{ch\\ap} First chapter title; for similar wrapping reasons this
chapter title will be ludicrously long. I wonder how much more
@@ -168,6 +168,24 @@ And a nested macro: \metacoopt.
A slightly more difficult macro: \eur\.2500.
+Test of input character set switching.
+
+\b 8859 character in ASCII mode: expect nothing useful. [coöpt]
+
+\cfg{input-charset}{ISO-8859-1}
+
+\b 8859 character in 8859 mode: expect the right thing. [coöpt]
+
+\cfg{input-charset}{UTF-8}
+
+\b 8859 character in UTF-8 mode: expect the wrong thing. [coöpt]
+
+\b UTF-8 sequence in UTF-8 mode: expect the right thing again. [coöpt]
+
+\cfg{input-charset}{ASCII}
+
+Back to ASCII again.
+
Oh, while I'm here: some special characters. The \\, \{ and \}
characters, to be precise. And their code equivalents, \c{\\},
\i\c{\{}, \c{\}}.