ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
341 stars 90 forks source link

Change all network message that use ucstring over to UTF-8 std::string #674

Open kaetemi opened 1 year ago

kaetemi commented 1 year ago

Change all network message that use ucstring over to UTF-8 std::string. This is a breaking change.

This is a continuation of https://github.com/ryzom/ryzomcore/issues/335

(Network messages were not changed yet to keep compatibility within this version.)