Skip to content

libtracker-data: Fix parsing of first character in VARNAME terminal

Carlos Garnacho requested to merge wip/carlosg/parser-fix into master

The first character may be an unicode character, it is not just in the ascii range. Ensure we read it as such to make the checks on greater values than 0xFF actually work.

Merge request reports