How do you enable support for UTF-8/Unicode in CGI variables?
The Below fix for version IIS 7.5 does not appear to have any effect on IIS 8.5
reg add HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\w3svc\Parameters /v FastCGIUtf8ServerVariables /t REG_MULTI_SZ /d REQUEST_URI\0PATH_INFO
Link: http://support.microsoft.com/kb/2277918
The hot fix above also is not applicable to the system I am running, Server 2012 R2 & IIS 8.5.
How do I solve this issue?