Skip to content

Fix handling of UTF-8 characters in lb-format

Marco Clemencic requested to merge fix-lb-format into master

When invoked with --format-patch, lb-format was crashing if the input file contained UTF-8 characters.

This fixes the problem and adds a report of files with invalid UTF-8 codes.

Merge request reports