comparison src/unicode.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 0af042a0c116 3889ef128488
children 56144c8593a8
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
1249 1249
1250 The highest precedence is given to the language-specific precedence list of 1250 The highest precedence is given to the language-specific precedence list of
1251 charsets, defined by `set-language-unicode-precedence-list'. These are 1251 charsets, defined by `set-language-unicode-precedence-list'. These are
1252 followed by charsets in the default precedence list, defined by 1252 followed by charsets in the default precedence list, defined by
1253 `set-default-unicode-precedence-list'. Charsets occurring multiple times are 1253 `set-default-unicode-precedence-list'. Charsets occurring multiple times are
1254 given precedence according to their first occurrance in either list. These 1254 given precedence according to their first occurrence in either list. These
1255 are followed by the remaining charsets, in some arbitrary order. 1255 are followed by the remaining charsets, in some arbitrary order.
1256 1256
1257 The language-specific precedence list is meant to be set as part of the 1257 The language-specific precedence list is meant to be set as part of the
1258 language environment initialization; the default precedence list is meant 1258 language environment initialization; the default precedence list is meant
1259 to be set by the user. 1259 to be set by the user.