monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] serialization format


From: J Decker
Subject: Re: [Monotone-devel] serialization format
Date: Tue, 5 Apr 2016 20:44:53 -0700

Sorry just a sidenote;
err...
encode into utf8 codepoints maybe?  which would expand 0x80-0xFF by 1
character each... and you could violate utf rules and encode a F880
that's a 0 codepoint...

(take a value, that's a codepoint, make a utf8 version of that
value... which for 0x0 to 0x7F is that character... but it provides a
way to escape \0 if that's a concern and why are you encoding it at
all?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]