Thanks for the reply!

When you say system locale, what EXACTLY do you mean? To the best of my 
knowledge, my system locale IS hungarian, which allows these characters to 
be encoded (cp1250). See below:
PS C:\Users\csaba> Get-WinSystemLocale | Select-Object Name, DisplayName,
>>                         @{ n='OEMCP'; e={ $_.TextInfo.OemCodePage } },
>>                         @{ n='ACP';   e={ $_.TextInfo.AnsiCodePage } }

Name  DisplayName         OEMCP  ACP
----  -----------         -----  ---
hu-HU Hungarian (Hungary)   852 1250

Could the SVN process be running under a different locale? Sorry, I'm not 
very familiar with the inner workings of Windows locales.

On Friday, May 31, 2019 at 9:46:50 PM UTC+2, Stefan wrote:
>
> The encoding of those files is the system locale.
> So you have to make sure that the filenames can be encoded with that 
> locale, otherwise you'll get the problem you've just described.
>

-- 
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/9be747a2-7d2c-469d-ad0e-989de90dd59d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to