for windows
setlocale(LC_ALL, 'Greenlandic_Greenland.1252');
will return false
to make it work use
setlocale(LC_ALL, 'Kalaallisut_Greenland.1252');
for windows
setlocale(LC_ALL, 'Greenlandic_Greenland.1252');
will return false
to make it work use
setlocale(LC_ALL, 'Kalaallisut_Greenland.1252');