public marks

PUBLIC MARKS with tag utf8

2010

Unicode code converter [ishida >> utilities]

by Xavier Lacot & 1 other
A unicode translation swiss knife! Allows to translate unicode texts into a lot of various transformations

2009

2008

Unicode HOWTO

by parmentierf & 1 other
This HOWTO discusses Python's support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode.

Quelques tables de caractères

by parmentierf & 2 others
Tables de caractères très pratiques, avec ASCII, ISO-8859-1, ISO-8859-15, CP1252, CP850, MacRoman (et Unicode, UTF-8)

Wikipédia:Unicode/Test

by marco
Tester la présence sur votre système d'exploitation de polices permettant l'affichage de blocs de caractères unicode

Ruby's Cube: Convertir de l'utf-16 en iso-8859-1

by parmentierf
Voilà l'exemple corrigé pour transfromer de l'UTF-16 vers de l'ISO-8859-1. Pour UTF-8 il suffit de remplacer 16 par 8 étonnant non ? ;)

will recursively encode to utf-8 all values in a dictionnary

by karlcow

def encode_utf8(params): ''' will recursively encode to utf-8 all values in a dictionnary ''' res = dict() for k, v in params.items(): if type(v) is dict: res[k] = encode_utf8(v) else: res[k] = v.encode('utf-8') return res

2007

phputf8

by kasi77 & 2 others
phputf8 - Tools for working with UTF-8 in PHP

®¤©: documents: php and unicode

by nhoizey
Some would say PHP has little or no Unicode support, and they'd be right. But I refer you back to the first item on our absolute minimum list. It's all just integers, and PHP has plenty of support for integers, so we can work around this problem.

Version 12078 - SPIP-ZONE - Trac

by hobbes (via)
un script de conversion en utf8 de toute la base spip

Setting charset in htaccess

by hobbes
How do I use .htaccess directives on an Apache server to serve files with a specific encoding?

Django - gestion des caractères accentués dans les modèles - Un Electron Libre...

by fredbird
Pour résoudre cette erreur, il vous suffit de placer en tête de votre fichier models.py : # -*- coding: utf8 -*-

PUBLIC TAGS related to tag utf8

2005-09-29 +   ajax +   apple +   article +   big5 +   business-rules +   caracteres +   code +   converter +   css +   dev +   dynamic +   encodage +   encoding +   extension +   glyph +   howto +   iso +   iso8859-1 +   iso8859-2 +   javascript +   macron +   mandriva +   maori +   mysql +   osx +   perl +   php +   police +   polskie znaki +   python +   ruby +   tags +   terminal +   tool +   tutorial +   typo +   typographie +   unicode +   utf-8 +   web +   webdesign +   webdev +   wfengine +   wfpattern +   workflow +   xaml +   xml +   +   +  

Active users

parmentierf
last mark : 10/03/2010 15:02

Xavier Lacot
last mark : 05/01/2010 16:10

krachot
last mark : 02/03/2009 19:26

piouPiouM
last mark : 07/02/2009 18:22

ronpish
last mark : 11/01/2009 15:56

marco
last mark : 17/04/2008 13:25

khaly
last mark : 24/01/2008 08:55

karlcow
last mark : 18/01/2008 04:20

kasi77
last mark : 07/11/2007 15:05

vieilfrance
last mark : 28/08/2007 08:39

camel
last mark : 09/07/2007 19:40

marties
last mark : 04/07/2007 13:19

nhoizey
last mark : 01/07/2007 12:35

hobbes
last mark : 11/05/2007 22:59

fredbird
last mark : 18/04/2007 14:24