[cosmo-dev] More Unicode
Brian Moseley
bcm at osafoundation.org
Sun Dec 2 08:36:51 PST 2007
On Nov 30, 2007 2:56 PM, Travis Vachon <travis at osafoundation.org> wrote:
> In any case, my gut feel
> is that it would be easier to fix the client for Unicode support than
> to change the server to blacklist characters.
how would you do that?
re validation - we only have to validate the syntax of usernames when
writing them into the database. we don't have to validate them when
they are used in queries. the only code change we'd have to make is
adding a regex to the ui validators and to the User model. explaining
this restriction to users would probably be more complicated.
More information about the cosmo-dev
mailing list