Mercurial > emacs
comparison etc/NEWS @ 49887:68ca3f7b109d
Fix misspelling of utf-fragment-on-decoding.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 20 Feb 2003 18:47:49 +0000 |
parents | 4fb79f65681e |
children | 32bb98768466 |
comparison
equal
deleted
inserted
replaced
49886:fc967f782b26 | 49887:68ca3f7b109d |
---|---|
235 will often effectively clobber data with an iso-2022 encoding. | 235 will often effectively clobber data with an iso-2022 encoding. |
236 | 236 |
237 ** There is support for decoding Greek and Cyrillic characters into | 237 ** There is support for decoding Greek and Cyrillic characters into |
238 either Unicode (the mule-unicode charsets) or the iso-8859 charsets, | 238 either Unicode (the mule-unicode charsets) or the iso-8859 charsets, |
239 when possible. The latter are more space-efficient. This is | 239 when possible. The latter are more space-efficient. This is |
240 controlled by user option utf-8-fragment-on-decoding. | 240 controlled by user option utf-fragment-on-decoding. |
241 | 241 |
242 ** The new command `set-file-name-coding-system' (C-x RET F) sets | 242 ** The new command `set-file-name-coding-system' (C-x RET F) sets |
243 coding system for encoding and decoding file names. A new menu item | 243 coding system for encoding and decoding file names. A new menu item |
244 (Options->Mule->Set Coding Systems->For File Name) invokes this | 244 (Options->Mule->Set Coding Systems->For File Name) invokes this |
245 command. | 245 command. |