| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
beginning
to get ugly.
[originally from svn r6654]
|
| |
|
|
| |
[originally from svn r6653]
|
| |
|
|
|
|
|
|
|
| |
side-effect
that breaking spaces are now forces to be ASCII spaces in output, whatever output
charset is in force. I doubt this will inconvenience anyone.
[originally from svn r6652]
|
| |
|
|
|
|
|
| |
is processed by nroff, the rule is made up of \cfg{man-rule}
characters (same defaults as \cfg{text-rule}).
[originally from svn r6651]
|
| |
|
|
|
|
|
| |
and incidentally proper (single) quotation marks too. This reworks a lot of
man_convert, but I think the result is correct.
[originally from svn r6650]
|
| |
|
|
|
|
| |
backend.
[originally from svn r6649]
|
| |
|
|
|
|
| |
line-drawing function.
[originally from svn r6648]
|
| |
|
|
|
|
|
|
|
|
|
| |
where two SBCS code points mapped to a single Unicode point.
Changed so that by default it favours the lower SBCS code point.
On ixion, this highlighted ambiguities in CS_MAC_THAI, CS_MAC_SYMBOL, and
CS_VISCII. Guessed at a preference for the first two and added "sortpriority"
directives. (No idea about VISCII.)
[originally from svn r6641]
[this svn revision also touched charset,filter,putty,timber]
|
| |
|
|
|
| |
[originally from svn r6513]
[this svn revision also touched putty,putty-website,puzzles]
|
| |
|
|
|
|
|
|
| |
implementations of libcharset, since we've had at least one request for
it in PuTTY.
[originally from svn r6499]
[this svn revision also touched charset,filter,putty,timber]
|
| |
|
|
|
|
|
|
|
| |
genuinely portable form. (Thanks to IWJ for ideas.) While I'm here,
add a couple of explicit `unsigned' casts and U suffixes to prevent
more pedantic compilers from warning.
[originally from svn r6463]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
in future, add `-ansi -pedantic' to the Halibut default compile
options and fix the few resulting warnings (mostly signed/unsigned
char mismatches and commas at the ends of enums). The one remaining
warning I'm still seeing is `missing initializer' for the big table
in charset/iso2022.c, but I think the code genuinely is more
readable this way, and I haven't found a gcc option to disable that
specific warning.
[originally from svn r6458]
|
| |
|
|
| |
[originally from svn r6457]
|
| |
|
|
|
|
| |
by the use of a comma as a decimal separator.
[originally from svn r6456]
|
| |
|
|
|
|
|
|
| |
auto-type-checking DEPLANARISE and REPLANARISE macros have turned
out to only work in gcc, which is a shame.
[originally from svn r6455]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
| |
anything in it! In its current form it presents the portability
hazards of an empty structure and an empty source file. Therefore,
I'm removing it; if I ever have a clear idea of what a user style
mechanism ought to look like, it might make a reappearance, but
don't hold your breath.
[originally from svn r6453]
|
| |
|
|
|
|
|
|
| |
(Fixes a warning in iso2022.c. There are lots more.)
[originally from svn r6424]
[r6378 == 41e50e9f2e3e67da805c5d9037cc650f363e5279]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
what that's useful for but it seemed a pity not to do it) and
compound text.
I've completely removed the compound text implementation from
iso2022s.c in favour of using the more flexible iso2022.c, meaning
we can cope with nastiness such as DOCS.
This is largely untested: I've checked it on small examples as I
went along, but it lacks anything resembling a proper test suite.
[originally from svn r6378]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
I'm here, I've updated the URL to the Adobe Glyph List.
[originally from svn r6376]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
points out that it's perfectly possible to generate an empty
paragraph using legal Halibut syntax: a paragraph containing nothing
but a \#{...} comment will do the job, and is quite likely to happen
if you've commented out a load of Halibut code. Therefore, an empty
paragraph is now silently ignored rather than being an error
condition in itself; if you create an empty paragraph due to it
containing an unrecognised directive, then you'll get an error for
_that_ and only that.
[originally from svn r6361]
|
| |
|
|
|
|
|
| |
works (unlike our old one).
[originally from svn r6358]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6357]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6354]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6353]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RO data size in cns11643.o from 400k to 240k. Relies on there being
at most seven planes (7*94*94 <= 64k) and on the character set not
encoding any Unicode code point above U+40000; if either of these
becomes untrue later on we can always fall back to the previous
approach, or to somewhere between that and here.
The new version passes all the same tests as the old one did, and
generates the same output under the new `cstable -v'. I'm confident
that I haven't broken it.
[originally from svn r6351]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6350]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
point in every charset.
[originally from svn r6349]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6348]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
| |
[originally from svn r6347]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
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]
|