sogo/SoObjects
Juan Vallés 0982d50643 Improve first character check in CSS identifiers
A CSS identifier can't start with a digit, so when a folder name does,
a '_' character is appended at the beginning of its CSS identifier.

The check for this first character used the `isdigit()` function, which
takes a `char` argument, while `[self objectAtIndex: 0]` returns a
`unichar`, i.e. a 16-bit unsigned integer. This caused some non-digit
characters to pass this check (e.g. Chinese characters), ending up with
an underscore at the beginning of the folder name.
2015-09-14 12:55:32 -04:00
..
Appointments (fix) safe-guard against not-yet-created calendar of local users 2015-09-10 20:08:48 -04:00
Contacts (feat) handle multiple home/work phones, emails and urls 2015-08-18 16:21:47 -04:00
Mailer (fix) improved EAS speed during initial syncing of large mailboxes (#3293) 2015-09-09 10:22:29 -04:00
SOGo Improve first character check in CSS identifiers 2015-09-14 12:55:32 -04:00
GNUmakefile See ChangeLog 2009-10-09 21:54:07 +00:00
common.make Improved and simplified rpath 2014-10-02 12:36:22 -04:00