mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
* Qual: Refactor for distinction between encodings # Qual: Refactor for distinction between encodings Renamed path/file variable to equivalents with prefix os_ and utf8. Also added $utf8_fullpath to optimize. * Fix: Fix mixed os_path/utf8_path # Fix: Fix mixed os_path/utf8_path This fixes the mixing of a os_path encoding en utf8_path encoding by reorganising the statement order. Also avoid a os_encode call by reusing data already available.