Commit Graph

7 Commits

Author SHA1 Message Date
7ed05ee32f *internal screaming* 2023-10-25 10:12:49 -05:00
Edmond Orignac
af1c9aaaa2
Allow Mosaic to display UTF-8 encoded characters (#18)
* replace XDrawString with XmStringDraw
HTMLformat.c, HTMLtable.c: The Motif 2.x XmStringDraw can display UTF-8 characters.
gui.c, gui-dialog.c: replace XmStringCreateSimple with XmStringCreateLocalized
xresources.h: use ISO 10646-1 fonts

* Support for HTML entities with UTF-8 encoding
HTMLamp.h: more complete list of HTML 4 entities
HTMLparse.c: replace an HTML entity &#nnn; or &name; by the appropriate UTF-8 sequence.
2022-04-17 16:05:37 +02:00
TimP
6b855b30e8 Ignore <script> and <style> tags. 2021-10-21 00:26:51 +02:00
Robert Clausecker
1446c97470 Automatically remove trailing whitespace 2013-03-10 01:59:42 +01:00
Robert Clausecker
39b76427ae Fix some warnings in libwww2
The directory libwww2 now compiles without any warnings with gcc and clang.
2013-03-10 00:06:50 +01:00
Robert Clausecker
a00b1bdd48 Enable compilation with clang
Some functions that ought to return a value call return without any value. This
commit adds a dummy value to each of those returns so that clang stops
complaining.
2013-03-09 18:32:44 +01:00
Alan Dipert
29c82be0c2 init 2010-03-08 05:55:21 -05:00