sogo/SoObjects
Juan Vallés 36d8fa12d3 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-10 10:24:50 +02:00
..
Appointments Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
Contacts Initial Basque translation 2015-04-27 13:59:05 -04:00
Mailer Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
SOGo Improve first character check in CSS identifiers 2015-09-10 10:24:50 +02:00
common.make Improved and simplified rpath 2014-10-02 12:36:22 -04:00
GNUmakefile See ChangeLog 2009-10-09 21:54:07 +00:00