2001-11-13 02:31:55 +00:00
|
|
|
# This file contains aliases for properties used in the UCD.
|
2001-10-25 20:37:09 +00:00
|
|
|
# These names can be used for XML formats of UCD data, for regular-expression
|
|
|
|
# property tests, and other programmatic textual descriptions of Unicode data.
|
2003-02-25 23:38:23 +00:00
|
|
|
# For information on which properties are normative, see UCD.html.
|
2001-10-25 20:37:09 +00:00
|
|
|
#
|
|
|
|
# The names may be translated in appropriate environments, and additional
|
|
|
|
# aliases may be useful.
|
|
|
|
#
|
|
|
|
# FORMAT
|
|
|
|
#
|
2001-11-13 02:31:55 +00:00
|
|
|
# Each line has two fields, separated by semicolons.
|
2001-10-31 00:02:54 +00:00
|
|
|
#
|
2003-03-12 16:01:26 +00:00
|
|
|
# First Field: The first field is an abbreviated name for the property.
|
2001-10-31 00:02:54 +00:00
|
|
|
#
|
2001-11-13 02:31:55 +00:00
|
|
|
# Second Field: The second field is a long name
|
2001-10-31 00:02:54 +00:00
|
|
|
#
|
|
|
|
# With loose matching of property names, the case distinctions, whitespace,
|
2001-10-25 20:37:09 +00:00
|
|
|
# and '_' are ignored.
|
|
|
|
#
|
2001-10-31 00:02:54 +00:00
|
|
|
# NOTE: Currently there is at most one abbreviated name and one long name for
|
2003-02-25 23:38:23 +00:00
|
|
|
# each property. However, in the future additional aliases may be added.
|
2001-10-31 00:02:54 +00:00
|
|
|
#
|
|
|
|
# NOTE: The property value names are NOT unique across properties, especially
|
2003-02-25 23:38:23 +00:00
|
|
|
# with loose matches. For example:
|
2001-12-13 23:36:29 +00:00
|
|
|
#
|
2003-02-25 23:38:23 +00:00
|
|
|
# AL means Arabic Letter for the Bidi_Class property, and
|
|
|
|
# AL means Alpha_Left for the Combining_Class property, and
|
|
|
|
# AL means Alphabetic for the Line_Break property.
|
2001-10-25 20:37:09 +00:00
|
|
|
#
|
2001-12-13 23:36:29 +00:00
|
|
|
# In addition, some property names may be the same as some property value names.
|
2001-10-25 20:37:09 +00:00
|
|
|
#
|
|
|
|
# The combination of property value and property name is, however, unique.
|
2002-10-05 01:28:58 +00:00
|
|
|
# For more information, see UTR #18: Regular Expression Guidelines
|