Search Unity

www.Addfield Russian character SQL

Discussion in 'Multiplayer' started by Deleted User, May 29, 2016.

  1. Deleted User

    Deleted User

    Guest

    Hello everyone, deos anyone faces with problem when www.Addfield call only English characters of name?

    But Russians symbols not.

    WWWForm mForm = new WWWForm();
    mForm.AddField("name", UserName);

    WWW www = new WWW(RegisterPHP_Url, mForm);