Displaying 1 result from an estimated 1 matches for "bcp47".
Did you mean:
bcp4
2015 Oct 31
0
BCP 47 support in CentOS 7 PHP
...selection I want internationalized, and I found the existing functions
in PHP to be extremely poor.
As in the php function for getting the preferred language from the
browser was often flat out incorrect.
That led me to creating my own class for BCP 47 support :
https://calendar.librelamp.com/BCP47
Not perfect yet (er, probably never will be perfect) but at least the
bugs I find are my bugs so I can figure out how to fix them.
Just found one - with perfectly valid language tag es-419 when the class
attempts to create a glibc language tag, it uses es_ES.utf8 which is
obviously wrong. I di...