Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 14, 2023
1 parent 086b146 commit bb91abd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Introduction

Streamline Unicode characters (code points) manipulations.
Streamline Unicode characters (code points) and composite characters manipulations.

## Installation

Expand Down Expand Up @@ -52,6 +52,12 @@ echo $codePoint->toXmlEntity(); // (string) "ÿ"

### Instantiate CompositeCharacter object

```php
$compositeCharacter = \Cog\Unicode\CompositeCharacter::ofCharacters('πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦');
```

### Represent composite character in any format

```php
$compositeCharacter = \Cog\Unicode\CompositeCharacter::ofCharacters('πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦');

Expand Down

0 comments on commit bb91abd

Please sign in to comment.