user_name varchar(25) -very small value for none latin languages in UTF-8 format user_name varchar(25) -very small value for none latin languages in UTF-8 format
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

user_name varchar(25) -very small value for none latin languages in UTF-8 format

Started by Makc666, July 12, 2006, 12:09:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

When user register his account and he uses Latin symbols,
then his name will go to SQL base as 1 symbol registration to 1 symbol in SQL.

When user register his account and he uses NONE Latin symbols,
then his name will go to SQL base as 1 symbol registration to 2 symbol in SQL.

That mean that automatically his username is divided by 2.
And will be not 25 symbols but 12 symbols.

Why not chage user_name varchar(25) by default to bigger value???