aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/unicode
diff options
context:
space:
mode:
authorPaul Eggert2023-08-11 23:09:39 -0700
committerPaul Eggert2023-08-11 23:10:29 -0700
commitf611c5be210a552256799ee95ef72a74efbfdd1d (patch)
tree1ece1ea619e3309a3a63ae89e0b854450d16c08e /admin/notes/unicode
parentbe3cae9f559015219af07dd63170dded2fb64056 (diff)
downloademacs-f611c5be210a552256799ee95ef72a74efbfdd1d.tar.gz
emacs-f611c5be210a552256799ee95ef72a74efbfdd1d.zip
Update lists of non-UTF files
* .gitattributes: Don't diff text files with encodings incompatible with UTF-8. Add some new binary file extensions, like '.webp'. etc/e/eterm-direct and java/emacs.keystore are also binary. * admin/notes/unicode: Update similarly.
Diffstat (limited to 'admin/notes/unicode')
-rw-r--r--admin/notes/unicode24
1 files changed, 19 insertions, 5 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index b4f23f68def..da4736c43c6 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -305,6 +305,12 @@ nontrivial changes to the build process.
305 305
306 src/msdos.c 306 src/msdos.c
307 307
308 * iso-latin-1
309
310 This file is used to test Emacs encoding.
311
312 test/lisp/gnus/mm-decode-resources/win1252-multipart.bin
313
308 * iso-2022-cn-ext 314 * iso-2022-cn-ext
309 315
310 This file is externally generated from leim/MISC-DIC/cangjie-table.b5 316 This file is externally generated from leim/MISC-DIC/cangjie-table.b5
@@ -355,19 +361,27 @@ nontrivial changes to the build process.
355 Some of the entries in this list are patterns, and stand for any 361 Some of the entries in this list are patterns, and stand for any
356 files with the listed extension. 362 files with the listed extension.
357 363
364 *.bmp
365 *.cur
366 *.gif
367 *.gpg
358 *.gz 368 *.gz
359 *.icns 369 *.icns
360 *.ico 370 *.ico
371 *.jpg
372 *.kbx
373 *.key
361 *.pbm 374 *.pbm
362 *.pdf 375 *.pdf
376 *.pif
363 *.png 377 *.png
364 *.sig 378 *.sig
379 *.tiff
380 *.webp
381 *.zip
365 etc/e/eterm-color 382 etc/e/eterm-color
366 etc/package-keyring.gpg 383 etc/e/eterm-direct
367 msdos/emacs.pif 384 java/emacs.keystore
368 nextstep/GNUstep/Emacs.base/Resources/emacs.tiff
369 nt/icons/hand.cur
370
371 385
372This file is part of GNU Emacs. 386This file is part of GNU Emacs.
373 387