Changes

m
Line 402: Line 402:  
* In database, data is stored in UTF8 or ISO. It depends on the database's pagecode therefore these options are set at creation time. In any case, Dolibarr's database driver (in lib/database) deals with it to convert from/to UTF8 at insertion and readout.
 
* In database, data is stored in UTF8 or ISO. It depends on the database's pagecode therefore these options are set at creation time. In any case, Dolibarr's database driver (in lib/database) deals with it to convert from/to UTF8 at insertion and readout.
 
* Memory data is stored in UTF8 (PHP object instances).
 
* Memory data is stored in UTF8 (PHP object instances).
* Screen displayed web pages are UTF8 (for versions prior to 2.5.1, the deprecated $character_set parameter from conf.php file defines output format).
+
* Web pages are rendered into UTF8
    
== Float numbers, amount and calculation ==
 
== Float numbers, amount and calculation ==