Skip to content

Commit

Permalink
Merge pull request #43 from broberts-mrmc/patch-3
Browse files Browse the repository at this point in the history
Update README.md With Multi-Byte String Details
  • Loading branch information
PHLAK authored Sep 3, 2020
2 parents d4eb7fb + ee4ddaf commit a2ff5f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ $string->base64()->wrap(76, "\r\n", Twine\Config\Wrap::HARD);

Additional details available in the full documentation at <https://twine.phlak.net>.

Multi-Byte Strings
---------

Twine aims for multi-byte string compatibility by relying on PHP's [Multibyte String extension](https://www.php.net/manual/en/book.mbstring.php) (mbstring) to perform string operations. For this reason, the mbstring extension is required. Multi-byte strings include Unicode encodings such as UTF-8 and UCS-2.

Changelog
---------

Expand Down

0 comments on commit a2ff5f1

Please sign in to comment.