Qian Hong <[email protected]> wrote: > Currently wine.inf.in does not contain non ASCII strings, but if we > want to solve Bug 32136, as Comment 4, we need to add some non ASCII > strings to wine.inf.in, such as: > --- snip --- > HKCU,Software\Wine\Fonts\Replacements,"宋体",,"WenQuanYi Micro Hei" > --- snip --- > > My idea is leaving these work for the distribution folks, however, I > think it is better to add a UTF8 BOM header in the Wine side, or the > distribution patch will be strange and ugly.
It should be possible to specify a not localized font name. In general, wine.inf follows Windows format of .inf files, you should investigate how unicode is supposed to work inside of .inf files. -- Dmitry.
