Problem with full name written in russian

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/7/2006 3:11:19 AM
Gravatar
Total Posts 18439

Re: Problem with full name written in russian

Ok, I just committed another change that doesn't put the name in the cookie but gets it directly from the siteUser object. Can you test this?

Thanks,

Joe
12/7/2006 3:19:12 AM
Gravatar
Total Posts 488

Re: Problem with full name written in russian

Of course, this works. As it doesn't use cookies. (I have tested)
If you still want to use cookies, I have written the solution for cookies above.
12/7/2006 3:32:12 AM
Gravatar
Total Posts 18439

Re: Problem with full name written in russian

Well, it seems unconventional to use UrlEncode there. Since we are always putting the siteUser object in the http context for authenticated requests we might as well go with the cookieless approach.

Joe
12/7/2006 10:21:14 AM
Gravatar
Total Posts 18439

Re: Problem with full name written in russian

I changed the charset/collation on my db to utf-8. Can you try modifying your name with Russian characters again and see if that fixed it for this site?

Thanks,

Joe
12/7/2006 11:06:55 AM
Gravatar
Total Posts 18439

Re: Problem with full name written in russian

Nevermind I ran into errors after that change and had to change it back. I'll experiment with a local copy and see if I can figure it out.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.