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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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???