User Tools

Site Tools


doc:appunti:prog:php_unicode

This is an old revision of the document!


Unicode in PHP

// Come mettere un carattere Unicode in una variabile.
// Ad esempio il carattere "bullet" che ha code point "U+2022":
 
$char = html_entity_decode('•', ENT_NOQUOTES, 'UTF-8');
doc/appunti/prog/php_unicode.1382161697.txt.gz · Last modified: 2013/10/19 07:48 by niccolo