Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L libcaml-grew
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • grewgrew
  • libcaml-grew
  • Issues
  • #36
Closed
Open
Issue created Jul 04, 2022 by POGODALLA Sylvain@pogodall

utf8 in edge feature values

When writing a pattern for an edge using utf8 chars in feature value (e.g., P -[ super=Métaphore ]-> Q), a lexing error is raised:

Libgrew.Libgrew.Error("[file: example-1.patt.bad, line: 5] [Grew_loader.Loader.pattern], Lexing
error: unexpected character '\195'")

A workaround is available using instead:

e:P -> Q ;
e.super="Métaphore"
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking