comparison man/xemacs/mule.texi @ 4488:6b0000935adc

Spelling fixes.
author "Ville Skyttä <scop@xemacs.org>"
date Sat, 26 Jul 2008 13:50:27 +0300
parents c1553814932e
children
comparison
equal deleted inserted replaced
4487:866b84b7c97e 4488:6b0000935adc
507 XEmacs 21.5. This will almost surely change. 507 XEmacs 21.5. This will almost surely change.
508 508
509 Normally, unification works in the background by installing 509 Normally, unification works in the background by installing
510 @code{unity-sanity-check} on @code{write-region-pre-hook}. 510 @code{unity-sanity-check} on @code{write-region-pre-hook}.
511 Unification is on by default for the ISO-8859 Latin sets. The user 511 Unification is on by default for the ISO-8859 Latin sets. The user
512 activates this functionality for other chacter set families by 512 activates this functionality for other character set families by
513 invoking @code{enable-unification}, either interactively or in her 513 invoking @code{enable-unification}, either interactively or in her
514 init file. @xref{Init File, , , xemacs}. Unification can be 514 init file. @xref{Init File, , , xemacs}. Unification can be
515 deactivated by invoking @code{disable-unification}. 515 deactivated by invoking @code{disable-unification}.
516 516
517 Unification also provides a few functions for remapping or recoding the 517 Unification also provides a few functions for remapping or recoding the
1039 1039
1040 Unification works around the problem by converting as many characters as 1040 Unification works around the problem by converting as many characters as
1041 possible to use a single Latin coded character set before saving the 1041 possible to use a single Latin coded character set before saving the
1042 buffer. 1042 buffer.
1043 1043
1044 Because the problem is rarely noticable in editing a buffer, but tends 1044 Because the problem is rarely noticeable in editing a buffer, but tends
1045 to manifest when that buffer is exported to a file or process, 1045 to manifest when that buffer is exported to a file or process,
1046 unification uses the strategy of examining the buffer prior to export. 1046 unification uses the strategy of examining the buffer prior to export.
1047 If use of multiple Latin coded character sets is detected, unification 1047 If use of multiple Latin coded character sets is detected, unification
1048 attempts to unify them by finding a single coded character set which 1048 attempts to unify them by finding a single coded character set which
1049 contains all of the Latin characters in the buffer. 1049 contains all of the Latin characters in the buffer.