PDA

View Full Version : Tools, Development and Pratices


srgralha
08-29-2005, 09:36 AM
How can write words with accent??

Example: in Portuguese we have many words with accent.. João, Número, etc..

Silvia

lauronelcom
09-15-2005, 06:37 AM
In Laszlo you'll need to escape the special caracters:

Example: (in French)

msg='Défauts des nœud'

translates to 'Défauts des nœud'



hope it helps

Lauro
http://www.nelcom.ch (J2EE in Ticino, Switzerland)

dennso
09-22-2005, 02:33 AM
Use this in the top of de document:

<?xml version="1.0" encoding="UTF-8" ?>