latex-lsp / texlab

An implementation of the Language Server Protocol for LaTeX
GNU General Public License v3.0
1.49k stars 51 forks source link

Handle URIs with lower case percent encoding #1148

Closed pfoerster closed 1 month ago

pfoerster commented 1 month ago

Improves detection of included files when non-ASCII characters are used by normalizing the casing of the percent encoding found in URIs.

See #923.