Genivia / RE-flex

A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
https://www.genivia.com/doc/reflex/html
BSD 3-Clause "New" or "Revised" License
504 stars 85 forks source link

unicode character classes documentation problem #175

Closed GorillaSapiens closed 1 year ago

GorillaSapiens commented 1 year ago

i'd have re-opened #172 but i don't know how. sorry

if you go to https://www.genivia.com/doc/reflex/html/#reflex-pattern-class and scroll down to "IsUnifiedCanadianAboriginalSyllabicsExtended-A" you'll see the html table seems to go off the rails and become garbled / unintelligible.

this happens in chrome, on both Windows and Linux.

also, when i do a checkout, i do not see these changes in my local copy. i'm assuming you're holding them in a branch somewhere?

Robert-van-Engelen commented 1 year ago

The doc changes are only made online at this time until the next release cycle.

genivia-inc commented 1 year ago

Fixed the online docs. Thanks for reporting!