While editing group member, the collection retains as 'loading' if one user name contains old Japanese character '𠮷'Issue Old Japanese character might cause list collection retains as 'loading', in this case exception will be shown in browser console as 'Cannot read property 'ac' of null'.CauseSeems it's UTF-16 which can be supported by adding sys property glide.util.xml.transformer.handle.utf16_surrogate_pairs as true. This property won't be added automatically while upgrading from old version to Paris.ResolutionAdded sys property glide.util.xml.transformer.handle.utf16_surrogate_pairs as true.Related Links'𠮷' is an old Japanese character, current character being used is '吉'