Special characters in filenames Special characters in filenames
 

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

Special characters in filenames

Started by kapler, November 17, 2010, 08:18:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kapler

1.4 had no problem with including the characters '(' and '^' in my filenames.
1.5 seems to not accept them into the database.  Is there any way to change this?

Jeff Bailey

Not without editing core files and allowing security holes to be opened.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

kapler

Thanks.
Considering my app is meant for third-world computing, I should adjust and only use _ and -, as advised.