Mercurial > hg > xemacs-beta
comparison tests/automated/mule-tests.el @ 3976:d76663859e32
[xemacs-hg @ 2007-05-21 08:11:37 by aidan]
LATIN CAPITAL LETTER D WITH STROKE does _not_ decompose
author | aidan |
---|---|
date | Mon, 21 May 2007 08:11:37 +0000 |
parents | 949ac151a10d |
children | 4d60c2708e5d |
comparison
equal
deleted
inserted
replaced
3975:1af222c75869 | 3976:d76663859e32 |
---|---|
339 'utf-8 | 339 'utf-8 |
340 'iso-8859-2)) | 340 'iso-8859-2)) |
341 ;; make-temp-name does stat(), which on OS X requires that you | 341 ;; make-temp-name does stat(), which on OS X requires that you |
342 ;; normalise, where open() will normalise for you. Previously we | 342 ;; normalise, where open() will normalise for you. Previously we |
343 ;; used scaron as the Latin-2 character, and make-temp-name errored | 343 ;; used scaron as the Latin-2 character, and make-temp-name errored |
344 ;; on OS X. LATIN CAPITAL LETTER D WITH STROKE does decompose. | 344 ;; on OS X. LATIN CAPITAL LETTER D WITH STROKE does not decompose. |
345 (name1 (make-temp-name prefix)) | 345 (name1 (make-temp-name prefix)) |
346 (name2 (make-temp-name prefix))) | 346 (name2 (make-temp-name prefix))) |
347 ;; This is how you suppress output from `message', called by `write-region' | 347 ;; This is how you suppress output from `message', called by `write-region' |
348 (Assert (not (equal name1 name2))) | 348 (Assert (not (equal name1 name2))) |
349 (Assert (not (file-exists-p name1))) | 349 (Assert (not (file-exists-p name1))) |