Rekodierung von Sonderzeichen nach UTF8
Nach naechsten Reboot wird der Driver die einlesen, aber
bei anderen Zeichensaetzen standardmaessig einen Fehler
ausloesen.
Change-Id: I29f719ccfedc52a25568e30bbf0cc7687af60071
diff --git a/p/daemon/pathd.c b/p/daemon/pathd.c
index 17d34ad..a3de17e 100644
--- a/p/daemon/pathd.c
+++ b/p/daemon/pathd.c
@@ -356,7 +356,7 @@
}
// Die Funktion gibt alle dem pathd bekannten Raeume als Mapping von Arrays
-// zurueck. Schlüssel des Mappings sind dabei Gebiete.
+// zurueck. Schlüssel des Mappings sind dabei Gebiete.
public mapping get_rooms()
{
string *submaps;
@@ -976,7 +976,7 @@
}
-// Zum Debuggen. Nur für Tiamak. Bzw. nun fuer Zook, Vanion, Rumata
+// Zum Debuggen. Nur für Tiamak. Bzw. nun fuer Zook, Vanion, Rumata
#define ALLOWED ({"zook","vanion","rumata","zesstra","humni"})
#define MATCH(x,y) (sizeof(regexp(x,y)))
public mapping get_pathmap()
diff --git a/p/service/padreic/mnpc/moving.c b/p/service/padreic/mnpc/moving.c
index 85bf4d4..c868757 100644
--- a/p/service/padreic/mnpc/moving.c
+++ b/p/service/padreic/mnpc/moving.c
@@ -269,7 +269,7 @@
else if (file_size(vc=implode(explode(fn,"/")[0..<2],"/")
+"/virtual_compiler.c")>0)
{
- // wenn ein VC existiert, prüfen ob dieser ParaObjecte unterstuetzt
+ // wenn ein VC existiert, prüfen ob dieser ParaObjecte unterstuetzt
// wenn ja, dann testen ob sich Raum laden laesst...
if ((!catch(tmp=(int)call_other(vc,"NoParaObjects")) && (!tmp)) &&
(!catch(call_other( fn, "???" ))))
@@ -305,7 +305,7 @@
(sizeof(mout) > 1 ? mout[1] : "") + ".\n" );
}
- // nun die Meldung für das "Betreten" des Raumes...
+ // nun die Meldung für das "Betreten" des Raumes...
if ( method & M_TPORT )
textin = (string) QueryProp(P_MMSGIN);