Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2007 17:00:10 +0100
From:      Dennis Berger <db@nipsi.de>
Cc:        dzs-pr@dzs.fx.org, bug-followup@FreeBSD.org, freebsd-geom@freebsd.org
Subject:   Re: kern/104389: [geom] [patch] sys/geom/geom_dump.c doesn't encode XML entities
Message-ID:  <45ED900A.8040401@nipsi.de>
In-Reply-To: <45ED8E88.5080400@nipsi.de>
References:  <45ED8E88.5080400@nipsi.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Dennis Berger schrieb:
> Hi,
> today I tried PJDs ZFS patches. After invoking zpool create I always got
> a coredump.
> After further debugging I recognized gstat isn't working either, which
> seems to be because of an NTFS partition with a certain name not
> correctly encoded as XML specification requires. Its the German "Lokaler
> Datenträger" which is the defaultname for drive "c". So we have to deal
> with those characters. I'm voting against encoding specification or
> something like that, but I do recommend using the escape method. For
> example using "&#e4;"  for encoding E4 german ä and &#60; for a "<"
> character. This way we can escape all illegal characters.
> What do you suggest?
> regards,
> -Dennis Berger
> _______________________________________________
> freebsd-geom@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-geom
> To unsubscribe, send any mail to "freebsd-geom-unsubscribe@freebsd.org"
>   

&#xE4; of cause!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45ED900A.8040401>