| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
|
|
|
| |
characters". We now filter out the latter from our mapping table.
[originally from svn r6345]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
account when checking the reverse mapping for every potentially
relevant Unicode character.
[originally from svn r6343]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
uses it yet.
[originally from svn r6342]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
Big5 in COMPOUND_TEXT. Emacs does lots of other rude things to
COMPOUND_TEXT, but this one is supported by XLib as well.
[originally from svn r6336]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
ISO 8859-15, and BIG5.
[originally from svn r6335]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
line-drawing). I think this means that libcharset supports all the character
sets that PuTTY supports, which is nice.
[originally from svn r6330]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6329]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
2: Minimal write_iso2022(): it can't encode anything, but promises not to
segfault.
[originally from svn r6328]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
| |
_bottom_ half of JIS X 0201 (the one that's almost identical to
ASCII, equivalent to the bottom half of Shift-JIS), not the top
half.
[originally from svn r6327]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
so it can be used directly in iso2022.c.
[originally from svn r6326]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6325]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6324]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6323]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6321]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
largely work. It might even be useful for something.
[originally from svn r6320]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6319]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6318]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
the usual X fonts.
[originally from svn r6317]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
the latter.
[originally from svn r6316]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
rather than 32, which might make it possible to use it inside another
decoder. All the tests still pass.
[originally from svn r6315]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
wake of r3713.
[originally from svn r6314]
[r3713 == 9392c7ecb6da984e144ce00dfb8c7cb725ad0a61 in timber repository]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
nearly a year and not checked it in.
[originally from svn r6309]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
| |
copied mindlessly from whatever man page I read when working out the
format of man pages, has the function of putting `3rd Berkely
Distribution' in one of the footer slots and therefore is probably
inaccurate...
[originally from svn r6146]
|
| |
|
|
|
|
| |
Spotted (indirectly) by Damien Miller.
[originally from svn r5802]
|
| |
|
|
|
|
|
|
|
|
| |
in it, if the input paragraph contained (say) an unrecognised
control command and nothing else. Such paragraphs can confuse back
ends later on, so input.c should refrain from generating them. Added
a check and a polite error message (just in case the user manages to
generate an empty paragraph using otherwise legal syntax).
[originally from svn r5629]
|
| |
|
|
|
|
|
| |
`anonfrag' should be a char[] rather than a char *, or else lenof()
will give the wrong answer.
[originally from svn r5477]
|
| |
|
|
|
|
|
|
|
| |
conceptually const but not declared as such. Halibut is now back to
the practically-speaking-pointless but rather satisfying status of
having no global writable data whatsoever :-)
[originally from svn r5476]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Halibut will output fragment names in all specified formats. (I forget now
precisely why I thought this was necessary, but it seems potentially useful.)
Also ensure that legal fragment names are generated even if none of the
characters from the original turn out to be legal (e.g., %k with an entirely
numeric keyword), and correct an untruth I inserted in the documentation of
this.
(This commit hits more than just the HTML backend as I've generalised an error
message, and fixed a fault in the info backend's error handling while there.)
[originally from svn r5457]
|
| |
|
|
| |
[originally from svn r5454]
|
| |
|
|
|
|
|
|
|
| |
all HTML flavours).
Also add newlines to the contents output so that the source is vaguely
legible.
Couple of extra comments in the code.
[originally from svn r5453]
|
| |
|
|
| |
[originally from svn r5350]
|
| |
|
|
| |
[originally from svn r5349]
|
| |
|
|
| |
[originally from svn r5348]
|
| |
|
|
| |
[originally from svn r5347]
|
| |
|
|
| |
[originally from svn r5346]
|
| |
|
|
|
|
|
|
|
| |
character sets.
(Also make libcharset `return_in_enum' values saner.)
[originally from svn r5341]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
| |
[originally from svn r5339]
|
| |
|
|
| |
[originally from svn r5338]
|
| |
|
|
| |
[originally from svn r5337]
|
| |
|
|
|
|
| |
name.
[originally from svn r5336]
|
| |
|
|
| |
[originally from svn r5334]
|
| |
|
|
| |
[originally from svn r5333]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- After discussion with Simon, change the default input charset back to ASCII,
rather than trying to work it out from the locale, for the sake of promoting
.but file portability.
- Add a new command-line option "--input-charset=csname", which overrides the
ASCII default for all input files (since there's no other way to use a
non-ASCII-compatible input file).
- Output a warning if -Cinput-charset:foo is specified that it has no effect.
- Update the docs to match all this. Also try to clarify some other things in
this area that caught me out.
[originally from svn r5332]
|
| |
|
|
|
|
| |
sections looking for local configuration data.
[originally from svn r5196]
|
| |
|
|
|
|
| |
\}), making it difficult to put CSS fragments in HTML configuration.
[originally from svn r5193]
|
| |
|
|
|
|
| |
put an AppleTitle tag in only one of a set of output HTML files.
[originally from svn r5192]
|
| |
|
|
|
|
|
|
| |
`install' etc) don't get confused by the existence of a file with
the same name. Required in particular for `make install' on OS X,
since otherwise its case-insensitive fs gets confused by INSTALL.
[originally from svn r5189]
|
| |
|
|
| |
[originally from svn r5188]
|
| |
|
|
|
|
|
| |
installation to syntax-highlight the numerous .but files kicking
around the Subversion repository.
[originally from svn r4962]
|
| |
|
|
|
|
|
| |
neutralise a dot at the start of a line) even if there's been an
\fB-type sequence on the line before the dot.
[originally from svn r4867]
|