What version of Unicode is your Perl using?
briandfoy.github.io·2d
🔣Unicode
Preview
Report Post

Most versions of Perl (v5.38, v5.40, and so on) updates the Unicode Character Database (UCD), and each version of the UCD has new features, often new blocks, characters, or adjustments to property settings. But, which version do you have?

I tried this task a long time ago, in some place I don’t remember, looking at the presence of properties and other things, but I don’t want to create a long chain of things to query to rule out versions. That’s just too much work if I can cheat.

First, the Unicode data files are embedded in the Perl distribution. Look for them in the *lib//unicore/* directory inside the perl installation, for example, *lib/5.42.0/unicore/*.

The version is in *lib//unicore/version*, but you don’t need to look in that file and it’s a bit annoying to co…

Similar Posts

Loading similar posts...