comparison etc/NEWS @ 39212:34e0c37a5809

string-as-{muti,uni}byte doesn't act on a buffer.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Sep 2001 18:02:29 +0000
parents d0b29a3ee609
children b0917cfd67e0
comparison
equal deleted inserted replaced
39211:bc2c221512ab 39212:34e0c37a5809
2732 when they find 8-bit characters. Previously, they included `ascii' in a 2732 when they find 8-bit characters. Previously, they included `ascii' in a
2733 multibyte buffer and `unknown' in a unibyte buffer. 2733 multibyte buffer and `unknown' in a unibyte buffer.
2734 2734
2735 --- 2735 ---
2736 *** The functions `set-buffer-modified', `string-as-multibyte' and 2736 *** The functions `set-buffer-modified', `string-as-multibyte' and
2737 `string-as-unibyte' change the byte sequence of a buffer if it 2737 `string-as-unibyte' change the byte sequence of a buffer or a string
2738 contains a character from the `eight-bit-control' character set. 2738 if it contains a character from the `eight-bit-control' character set.
2739 2739
2740 --- 2740 ---
2741 *** The handling of multibyte sequences in a multibyte buffer is 2741 *** The handling of multibyte sequences in a multibyte buffer is
2742 changed. Previously, a byte sequence matching the pattern 2742 changed. Previously, a byte sequence matching the pattern
2743 [\200-\237][\240-\377]+ was interpreted as a single character 2743 [\200-\237][\240-\377]+ was interpreted as a single character