Questions tagged [character-properties]

character-properties are a set of attributes supplied by the Unicode Standard. For each character contained in it, many properties are specified in relation to processes or algorithms that interpret them, in order to implement the character behavior.

The Unicode Standard, on top of defining the encoding of characters, also associates a rich set of semantics with each encoded character—properties that are required for interoperability and correct behavior in implementations, as well as for Unicode conformance. These semantics are cataloged in the Unicode Character Database (UCD), a collection of data files which contain the Unicode character code points and character names.

More information can be found on Wikipedia, in the official Unicode Standard as well as in this Unicode Technical Report.

92 questions
0
votes
2 answers

How to exclude characters from a RegEx pattern with category property codes?

There is a number of category property codes (see part "Unicode character properties"), that can be used for a Perl-compatible Regular Expression (PCRE) I defined a regex pattern (named subpattern), that should match letters (\p{L}), numbers…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
2 answers

revealing characters in a hangman game

so what i am supposed to be doing, is the user inputs a letter and the program checks to see if the letter is part of the word, from there i cant figure out what i code i need to use to make one of the letters reveal itself heres what i have so far…
tawnpawt
  • 39
  • 7
1 2 3 4 5 6
7