From: Dave Love Date: Mon, 2 Jun 2003 18:49:53 +0000 (+0000) Subject: (ENCODE_UTF_8): New. X-Git-Tag: ttn-vms-21-2-B4~9791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c14e5a3a15051728002e0c6362bae5b4b1a1956f;p=emacs.git (ENCODE_UTF_8): New. (Qutf_8): Declare. --- 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 #endif /* !WINDOWSNT */ +#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) + /* Extern declarations. */ extern int decode_coding P_ ((struct coding_system *, const unsigned char *, unsigned char *, int, int)); @@ -655,6 +657,7 @@ extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; extern Lisp_Object Qraw_text, Qemacs_mule; extern Lisp_Object Qbuffer_file_coding_system; extern Lisp_Object Vcoding_category_list; +extern Lisp_Object Qutf_8; extern Lisp_Object Qtranslation_table; extern Lisp_Object Qtranslation_table_id;