On Wednesday, 26 June 2019 12:11:14 UTC+2, Bruce C wrote: > > This isn't an answer but a pointer that *might* help. > > > > The resx files generated by Visual Studio are xml files, encoded as > Unicode UTF-8. Depending on the content, this may includes bytes that would > normally be considered as control characters (e.g. NUL, 0x00). When I use > the TortoiseSVN Diff tool on a resx file it does seem to have status bar > information that suggests it supports Unicode. In fact, the encoding used > can be changed from here too. However, you may have to give teh diff tool a > prompt about the file encoding by setting a Subversion property for the > file. > > >
NUL (and some other control characters) are forbidden in XML. If a file has them, then it isn't a (valid) XML file/document. Regards, David -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/dba11bbf-280f-4218-88de-5c071c331d93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
