diff options
| author | Dave Love | 2003-06-02 18:49:53 +0000 |
|---|---|---|
| committer | Dave Love | 2003-06-02 18:49:53 +0000 |
| commit | c14e5a3a15051728002e0c6362bae5b4b1a1956f (patch) | |
| tree | 9d178e1de2c5d364160674bc3de24fe1dedb7f93 /src/coding.h | |
| parent | ecf488bc2597fb2c269d3d8481ed65e4c0b55b10 (diff) | |
| download | emacs-c14e5a3a15051728002e0c6362bae5b4b1a1956f.tar.gz emacs-c14e5a3a15051728002e0c6362bae5b4b1a1956f.zip | |
(ENCODE_UTF_8): New.
(Qutf_8): Declare.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index f0a5fa4c04e..4d020d31521 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -614,6 +614,8 @@ struct coding_system | |||
| 614 | 614 | ||
| 615 | #endif /* !WINDOWSNT */ | 615 | #endif /* !WINDOWSNT */ |
| 616 | 616 | ||
| 617 | #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) | ||
| 618 | |||
| 617 | /* Extern declarations. */ | 619 | /* Extern declarations. */ |
| 618 | extern int decode_coding P_ ((struct coding_system *, const unsigned char *, | 620 | extern int decode_coding P_ ((struct coding_system *, const unsigned char *, |
| 619 | unsigned char *, int, int)); | 621 | unsigned char *, int, int)); |
| @@ -655,6 +657,7 @@ extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | |||
| 655 | extern Lisp_Object Qraw_text, Qemacs_mule; | 657 | extern Lisp_Object Qraw_text, Qemacs_mule; |
| 656 | extern Lisp_Object Qbuffer_file_coding_system; | 658 | extern Lisp_Object Qbuffer_file_coding_system; |
| 657 | extern Lisp_Object Vcoding_category_list; | 659 | extern Lisp_Object Vcoding_category_list; |
| 660 | extern Lisp_Object Qutf_8; | ||
| 658 | 661 | ||
| 659 | extern Lisp_Object Qtranslation_table; | 662 | extern Lisp_Object Qtranslation_table; |
| 660 | extern Lisp_Object Qtranslation_table_id; | 663 | extern Lisp_Object Qtranslation_table_id; |