[PATCH 1/2 resend] gdi32/tests: Add single charset test for EnumFontFamilies.

Francois Gouget fgouget at codeweavers.com
Wed Aug 19 05:20:23 CDT 2020


On Fri, 24 Jul 2020, Myah Caron wrote:

> Is there a way to replicate the Arabic configuration? I have so far 
> installed most of the Arabic language packs under win10 1903, but am 
> unable to replicate the font family issue.

I created it with SetWinLocale:

  SetWinLocale --default ar-EG


SetWinLocale expects the machine it is configuring to be running 
TestAgentd: that's how this Linux script runs commands on the Windows 
machine. But the core of it is the locales.xml file it generates:

https://source.winehq.org/git/tools.git/blob/HEAD:/testbot/bin/SetWinLocale#l732


Then it runs:

  control.exe intl.cpl,,/f:"locales.xml"


See also:
https://support.microsoft.com/en-us/help/2764405/how-to-automate-regional-and-language-settings-in-windows-vista-window

-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list