emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src coding.c


From: Kenichi Handa
Subject: [Emacs-commit] emacs/src coding.c
Date: Tue, 06 May 2003 08:28:12 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         emacs-unicode
Changes by:     Kenichi Handa <address@hidden>  03/05/06 08:28:11

Modified files:
        src            : coding.c 

Log message:
        (Qsignature, Qendian): Delete these variables.
        (syms_of_coding): Don't initialize them.
        (CATEGORY_MASK_UTF_16_AUTO): New macro.
        (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
        detect_info->found.
        (decode_coding_utf_16): Don't detect BOM here.
        (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
        is NOT utf_16_without_bom.
        (setup_coding_system): For a coding system of type utf-16, check
        if the attribute :endian is Qbig or not (not nil or not), and set
        CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
        (detect_coding): If coding type is utf-16 and BOM detection is
        required, detect it.
        (Fdefine_coding_system_internal): For a coding system of type
        utf-16, check if the attribute :endian is Qbig or not (not nil or
        not).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/coding.c.diff?only_with_tag=emacs-unicode&tr1=1.239.2.48&tr2=1.239.2.49&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]