From the svn_string.h header, you can see that the corresponding svn_strings are just the old const char * + length element.
I would suggest that lines with originally encoded svn are interpreted according to your system language (I do not know for sure, but this is an agreement). In Windows 7, you can check your language by choosing "Start → Control Panel → Region and Language → Administrative → Change System Language", where any value of the English language probably entails the character encoding of Windows 1252. However, another language standard of the system, for example, Hebrew (Israel), will entail a different character encoding (Windows 1255 for Hebrew).
hillel
source share