Details
Description
When testing Moodle Network features, I have been able to successfully connect two servers.
However, remote course names shown in My courses block are not displayed correctly if there are any non ascii characters. Local course are displayed correctly. See attached picture.
Issue is deep. Char miswrite are already present in the mnet_enrol_course table. It seems course textual description are not pulled out from remote host consistently when the user enrols in a remote course.
I don't know if it is a push or a pull, i.e. when a mnet transfered user is enrolling to a remote course, do the remote site push course description into outgoing peer or conversely.
I will continue dig in the code as we need this running correctly.
Cheers.