You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to have an issue rendering some IDN domains.
We are storing the domains in UTF8 within the domain.dom_unicode_name field.
If the IDN only contains characters with the latin character set (e.g. éxample) then the domain is rendered correctly in a domain query in the RedDog frontend. Conversely if the IDN contains non-latin characters (e.g. Russian / Chinese / Arabic etc) then the RedDog frontend always returns a 404 Object not found error.
Not sure if this is some mis-configuration on our end or a genuine bug in the current implementation
The text was updated successfully, but these errors were encountered:
I don't have that issue, my local server can display japanese and arabic characters.
If you are using mysql, try adding the following queryparam to your connection. characterEncoding=UTF-8
e.g.
We seem to have an issue rendering some IDN domains.
We are storing the domains in UTF8 within the domain.dom_unicode_name field.
If the IDN only contains characters with the latin character set (e.g. éxample) then the domain is rendered correctly in a domain query in the RedDog frontend. Conversely if the IDN contains non-latin characters (e.g. Russian / Chinese / Arabic etc) then the RedDog frontend always returns a 404 Object not found error.
Not sure if this is some mis-configuration on our end or a genuine bug in the current implementation
The text was updated successfully, but these errors were encountered: