[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/character.c,v
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/character.c,v |
Date: |
Fri, 04 Jul 2008 02:20:11 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 08/07/04 02:20:09
Index: character.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/character.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- character.c 25 Jun 2008 02:44:20 -0000 1.12
+++ character.c 4 Jul 2008 02:20:08 -0000 1.13
@@ -840,7 +840,8 @@
Usually, the value is the same as CHARS, but is less than it if SRC
contains a non-ASCII, non-eight-bit characater. If ACCEPT_LATIN_1
is nonzero, a Latin-1 character is accepted and converted to a byte
- of that character code. */
+ of that character code.
+ Note: Currently the arg ACCEPT_LATIN_1 is not used. */
EMACS_INT
str_to_unibyte (src, dst, chars, accept_latin_1)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/character.c,v,
Kenichi Handa <=