I need to set the encoding that the locale data is returned with from the OS. In a linux server setlocale(LC_TIME, 'he_IL.utf-8') works fine.
However I'm unable to set utf-8 with any locale code when the host OS is windows.
Does anyone know how to do this?