]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Improve autoLocale() detection
authorArthurHoaro <arthur@hoa.ro>
Sat, 7 Jan 2017 13:28:58 +0000 (14:28 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 6 Mar 2017 19:32:17 +0000 (20:32 +0100)
commit1255a42cfed9ce419962c6cf29181a66c7e22bb8
treee92764508705da4780653d8789ad90273e80e476
parent236239be752a7bb24547237b5751ac4fcbc0e549
Improve autoLocale() detection

  - Creates arrays_combination function to cover all cases
  - add the underscore separator in the regex
  - add `utf8` encoding in addition to `UTF-8`
application/Utils.php
tests/UtilsTest.php