lp:~miloslu/canonical-identity-provider

Owned by Milos
Get this repository:
git clone https://git.launchpad.net/~miloslu/canonical-identity-provider
Only Milos can upload to this repository. If you are Milos please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2023-07-18 12:38:33 UTC
Replace raw unicode in LANGUAGE_NAMES

Author: Shane M. Pelletier
Author Date: 2023-07-18 12:38:33 UTC

Replace raw unicode in LANGUAGE_NAMES

At some point, perhaps due to updating the version of Python that SSO
uses, the raw unicode bytes in the strings in LANGUAGE_NAMES stopped
being properly converted to utf-8 for display by the view. There were
two possible ways to fix this issue: either each string is turned into a
byte string and .decode('utf-8') is appended to each of the strings, or
the strings can be changed to directly use the utf-8 characters.

This change does the easier thing of just directly using utf-8 encoded
text.

Fixes https://warthogs.atlassian.net/browse/SN-1785
Fixes https://bugs.launchpad.net/canonical-identity-provider/+bug/2027971

Merged from https://code.launchpad.net/~shanepelletier/canonical-identity-provider/+git/canonical-identity-provider/+merge/446996

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers