Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcre2test: print library bitwidth in banner for usability #227

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

carenas
Copy link
Contributor

@carenas carenas commented Apr 15, 2023

Mainly to easily document differences of behaviour between different flavors of the library

PCRE2 version 10.43-DEV 2023-04-14 (8-bit)
  re> /\x{df00}/
Failed: error 134 at offset 7: character code point value in \x{} or \o{} is too large
 
PCRE2 version 10.43-DEV 2023-04-14 (16-bit)
  re> /\x{df00}/
data> 

While at it update related documentation and missed changes in Changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants