UNICODE-VERSION

Provide $?UNICODE-VERSION for older Raku versions

NAME

UNICODE-VERSION - Provide $?UNICODE-VERSION for older Raku versions

SYNOPSIS

use UNICODE-VERSION;

say $?UNICODE-VERSION;  # v13.0  e.g.

DESCRIPTION

UNICODE-VERSION checks the unicode database at compile time for certain marker codepoints that got added at certain unicode versions and exports a %?UNICODE-VERSION Version constant that indicates the version of Unicode that is currently being supported, as determined by those codepoints.

Algorithm suggested by Stephen Schulze

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/UNICODE-VERSION . Comments and Pull Requests are welcome.

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2023 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

UNICODE-VERSION v0.0.1

Provide $?UNICODE-VERSION for older Raku versions

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • UNICODE-VERSION

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.