
hallo ich suche ein CMS in Python, evtl ähnlich PHPNuke. das ganze kann recht einfach sein. Plone und Zope gehen leider nicht. hat hier jemand tips und erfahrungen/links ? danke Markus ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de _______________________________________________ python-de maillist - python-de@python.net http://python.net/mailman/listinfo/python-de

Hallo, ich bin gerade dabei Autocad-Dateien zu scannen und hab Probleme mit der Umwandlung nach Unicode. In Autocad-Strings taucht z.b "\U+2205" auf, nur wie bekomm ich das ganze nach unicode ? chr(2205) funktioniert nicht, gibt es sowas wie uchr() ? Ich hab bereits im Modul Index gesucht aber nichts gefunden ... Gruß, Uwe _______________________________________________ python-de maillist - python-de@python.net http://python.net/mailman/listinfo/python-de

Hi Uwe,
gibt es sowas wie uchr() ?
Ja, die Funktion heißt aber unichr(), siehe auch [1]. Gruß Oliver [1] http://docs.python.org/lib/built-in-funcs.html#l2h-70 _______________________________________________ python-de maillist - python-de@python.net http://python.net/mailman/listinfo/python-de

Hi Uwe,
gibt es sowas wie uchr() ?
Ja, die Funktion heißt aber unichr(), siehe auch [1].
Danke, ich hab nicht an eine eingebaute Funktion gedacht. Gruß, Uwe _______________________________________________ python-de maillist - python-de@python.net http://python.net/mailman/listinfo/python-de
participants (3)
-
Markus Jais
-
Oliver Horn
-
Uwe Schmitt