You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links




 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


Post a new message in "Default Forum"
Name:
Subject:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:
CAPTCHA: How much is 0 added to 4

Topic History of: [FR] - Caractères spéciaux
Max. showing the last posts - (Last post first)
Author Message
gobotom cool :)
admin Hi



Thanks for the report.

It looks like a problem when formating the xml message back for other users.

Will be fixed in 0.6
Carlos Thanks Bogotom!

Merci beacoup!!!! je suis de Navarre, Espagne! je parle un petit d'anglais et un petit de français ;) au revoir!
Gobotom I can reply in english for fix this bug... Heuu, in bad english, but in english....



You can just do this :



When you Send, you do some like this :



socket.send("<msg r='default' b='1'>"+ escape(inputChat.text)+"</msg>");



And then, after for display text :



do some like this :



chat.htmlText += unescape(reponse);



It Work !



But its not fix the Serveur problem, u just Bypass the bug....



But i dont'know if its a real Bug or just a not supported char in Python language.....
Carlos Dear admin,

if you're going to answer this question, answer it also in english because i've the same problem.

Thanks,

Carlos
Gobotom Bonjour, voici le petit soucis :



Lorsqu'un untilisateur envoie un noeud <m....> avec une virgule ',' ou un ';', le serveur plante et donne ce message.





error: uncaptured python exception, closing channel <palabre.palabreClient.Palab

reClient connected '192.168.1.2' at 0xb658a0> (exceptions.UnicodeDecodeError:'as

cii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128) [asy

ncore.pyc|read|69] [asyncore.pyc|handle_read_event|391] [asynchat.pyc|handle_rea

d|137] [palabrepalabreClient.pyc|found_terminator|166] [palabrepalabreClient.p

yc|parseData|234] [palabrepalabreClient.pyc|clientHandleMessage|580] [palabrep

alabreClient.pyc|clientSendToRoom|625] [palabrepalabreRoom.pyc|roomSendToAllCli

ents|237] [palabrepalabreServer.pyc|formatMessage|490])





On peut régler ce problème en transformant la chaine, mais je jugeais util de prévenir .