charprop.el 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. ;; Automatically generated by unidata-gen.el.
  2. ;; FILE: uni-name.el
  3. (define-char-code-property 'name "uni-name.el"
  4. "Unicode character name.
  5. Property value is a string or nil.
  6. The value nil stands for the default value \"null string\").")
  7. ;; FILE: uni-category.el
  8. (define-char-code-property 'general-category "uni-category.el"
  9. "Unicode general category.
  10. Property value is one of the following symbols:
  11. Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po,
  12. Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn")
  13. ;; FILE: uni-combining.el
  14. (define-char-code-property 'canonical-combining-class "uni-combining.el"
  15. "Unicode canonical combining class.
  16. Property value is an integer.")
  17. ;; FILE: uni-bidi.el
  18. (define-char-code-property 'bidi-class "uni-bidi.el"
  19. "Unicode bidi class.
  20. Property value is one of the following symbols:
  21. L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET,
  22. AN, CS, NSM, BN, B, S, WS, ON")
  23. ;; FILE: uni-decomposition.el
  24. (define-char-code-property 'decomposition "uni-decomposition.el"
  25. "Unicode decomposition mapping.
  26. Property value is a list of characters. The first element may be
  27. one of these symbols representing compatibility formatting tag:
  28. font, noBreak, initial, medial, final, isolated, circle, super,
  29. sub, vertical, wide, narrow, small, square, fraction, compat")
  30. ;; FILE: uni-decimal.el
  31. (define-char-code-property 'decimal-digit-value "uni-decimal.el"
  32. "Unicode numeric value (decimal digit).
  33. Property value is an integer 0..9, or nil.
  34. The value nil stands for NaN \"Numeric_Value\".")
  35. ;; FILE: uni-digit.el
  36. (define-char-code-property 'digit-value "uni-digit.el"
  37. "Unicode numeric value (digit).
  38. Property value is an integer 0..9, or nil.
  39. The value nil stands for NaN \"Numeric_Value\".")
  40. ;; FILE: uni-numeric.el
  41. (define-char-code-property 'numeric-value "uni-numeric.el"
  42. "Unicode numeric value (numeric).
  43. Property value is an integer, a floating point, or nil.
  44. The value nil stands for NaN \"Numeric_Value\".")
  45. ;; FILE: uni-mirrored.el
  46. (define-char-code-property 'mirrored "uni-mirrored.el"
  47. "Unicode bidi mirrored flag.
  48. Property value is a symbol `Y' or `N'. See also the property `mirroring'.")
  49. ;; FILE: uni-old-name.el
  50. (define-char-code-property 'old-name "uni-old-name.el"
  51. "Unicode old names as published in Unicode 1.0.
  52. Property value is a string or nil.
  53. The value nil stands for the default value \"null string\").")
  54. ;; FILE: uni-comment.el
  55. (define-char-code-property 'iso-10646-comment "uni-comment.el"
  56. "Unicode ISO 10646 comment.
  57. Property value is a string.")
  58. ;; FILE: uni-uppercase.el
  59. (define-char-code-property 'uppercase "uni-uppercase.el"
  60. "Unicode simple uppercase mapping.
  61. Property value is a character or nil.
  62. The value nil means that the actual property value of a character
  63. is the character itself.")
  64. ;; FILE: uni-lowercase.el
  65. (define-char-code-property 'lowercase "uni-lowercase.el"
  66. "Unicode simple lowercase mapping.
  67. Property value is a character or nil.
  68. The value nil means that the actual property value of a character
  69. is the character itself.")
  70. ;; FILE: uni-titlecase.el
  71. (define-char-code-property 'titlecase "uni-titlecase.el"
  72. "Unicode simple titlecase mapping.
  73. Property value is a character or nil.
  74. The value nil means that the actual property value of a character
  75. is the character itself.")
  76. ;; FILE: uni-mirrored.el
  77. (define-char-code-property 'mirroring "uni-mirrored.el"
  78. "Unicode bidi-mirroring characters.
  79. Property value is a character that has the corresponding mirroring image or nil.
  80. The value nil means that the actual property value of a character
  81. is the character itself.")
  82. ;; Local Variables:
  83. ;; coding: utf-8
  84. ;; no-byte-compile: t
  85. ;; End:
  86. ;; charprop.el ends here