[Solar-talk] UTF-8
Paul M Jones
pmjones at solarphp.com
Mon Jul 17 07:53:35 PDT 2006
On Jul 14, 2006, at 8:13 AM, Rodrigo Moraes wrote:
>> On 7/13/06, Paul M Jones wrote:
>>> Warning: you may have just volunteered to write new pt_BR
>>> translations. ;-)
>
> Wouldn't it be good to convert all existent locale files to UTF-8 and
> add a <meta> to define the charset for Solar apps? They would be
> better prepared for I18n. I can convert the locales and send them
> together with the pt_BR ones, if you agree.
Hm, that sounds like a good idea. Can anyone here think why that
would be a problem? If not, I can add it to the Solar_App layout
files pretty easily.
> Other subject: it may be obvious, but I couldn't find it... where is
> the database scheme for the bookmarks app?
Embedded in the various model objects that compose Solar_Content:
look in Solar_Model_Nodes in the _setup() method, where $col and $idx
are defined. The table is automatically created the first time the
Solar_Model_Nodes object is instantiated.
--
Paul M. Jones <http://paul-m-jones.com>
Solar: Simple Object Library and Application Repository
for PHP5. <http://solarphp.com>
Savant: The simple, elegant, and powerful solution for
templates in PHP. <http://phpsavant.com>
More information about the solar-talk
mailing list