Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 4096:1abf84db2c7f
[xemacs-hg @ 2007-08-04 20:00:10 by aidan]
Preserve invalid UTF-8, UTF-16 sequences on encoding, decoding.
author | aidan |
---|---|
date | Sat, 04 Aug 2007 20:00:24 +0000 |
parents | 1227374e7199 |
children | 5333f383efbd |
comparison
equal
deleted
inserted
replaced
4095:bff7e065cfdc | 4096:1abf84db2c7f |
---|---|
5486 extern const struct sized_memory_description from_unicode_description; | 5486 extern const struct sized_memory_description from_unicode_description; |
5487 void init_charset_unicode_tables (Lisp_Object charset); | 5487 void init_charset_unicode_tables (Lisp_Object charset); |
5488 void free_charset_unicode_tables (Lisp_Object charset); | 5488 void free_charset_unicode_tables (Lisp_Object charset); |
5489 void recalculate_unicode_precedence (void); | 5489 void recalculate_unicode_precedence (void); |
5490 extern Lisp_Object Qunicode; | 5490 extern Lisp_Object Qunicode; |
5491 extern Lisp_Object Qutf_16, Qutf_8, Qucs_4, Qutf_7; | 5491 extern Lisp_Object Qutf_16, Qutf_8, Qucs_4, Qutf_7, Qutf_32; |
5492 #ifdef MEMORY_USAGE_STATS | 5492 #ifdef MEMORY_USAGE_STATS |
5493 Bytecount compute_from_unicode_table_size (Lisp_Object charset, | 5493 Bytecount compute_from_unicode_table_size (Lisp_Object charset, |
5494 struct overhead_stats *stats); | 5494 struct overhead_stats *stats); |
5495 Bytecount compute_to_unicode_table_size (Lisp_Object charset, | 5495 Bytecount compute_to_unicode_table_size (Lisp_Object charset, |
5496 struct overhead_stats *stats); | 5496 struct overhead_stats *stats); |