Re: svn prop*-commands not filtering encoding
Stefan via TortoiseSVN-dev <[email protected]> Tue, 3 Dec 2024 09:54:33 -0800 (PST)
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_6068_1754870526.1733248473041 Content-Type: multipart/alternative; boundary="----=_Part_6069_19328777.1733248473041" ------=_Part_6069_19328777.1733248473041 Content-Type: text/plain; charset="UTF-8" subversion properties are byte streams. You could store jpegs in a property if you like to do so. That's why properties don't have an encoding specified, unless you do so yourself (for custom properties). However: the properties with names that start with 'svn:' are defined as utf8 strings. And the TSVN properties that start with 'tsvn:' are also defined as utf8 strings. But that's only the definition - whether you actually pass utf8 encoded strings to the functions is up to you. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/tortoisesvn-dev/9087cb13-8da4-45d4-8ad6-3d60fcafa5cbn%40googlegroups.com. ------=_Part_6069_19328777.1733248473041 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable subversion properties are byte streams. You could store jpegs in a property= if you like to do so.<div>That's why properties don't have an encoding spe= cified, unless you do so yourself (for custom properties).</div><div>Howeve= r: the properties with names that start with 'svn:' are defined as utf8 str= ings. And the TSVN properties that start with 'tsvn:' are also defined as u= tf8 strings.</div><div>But that's only the definition - whether you actuall= y pass utf8 encoded strings to the functions is up to you.</div><div><br />= </div><div>Stefan=C2=A0</div><div><br /></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups &= quot;TortoiseSVN-dev" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]">tor= [email protected]</a>.<br /> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/= tortoisesvn-dev/9087cb13-8da4-45d4-8ad6-3d60fcafa5cbn%40googlegroups.com?ut= m_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid/tor= toisesvn-dev/9087cb13-8da4-45d4-8ad6-3d60fcafa5cbn%40googlegroups.com</a>.<= br /> ------=_Part_6069_19328777.1733248473041-- ------=_Part_6068_1754870526.1733248473041--