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.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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