You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, SIL.WritingSystems.LdmlDataMapper.ReadLdml handles a finite number of font types. Several LDML files in SLDR (including English) are being updated to include <sil:font name="Noto Sans" types="ui" [ . . . ]/>. We should be able to read them properly (at least without crashing—see LT-21098).
@mhosken (2022-08-16) wrote: As per the documentation, the @types attribute may take any values, one of which is explicitly stated as being "ui".
The text was updated successfully, but these errors were encountered:
Presently,
SIL.WritingSystems.LdmlDataMapper.ReadLdml
handles a finite number of font types. Several LDML files in SLDR (including English) are being updated to include<sil:font name="Noto Sans" types="ui" [ . . . ]/>
. We should be able to read them properly (at least without crashing—see LT-21098).@mhosken (2022-08-16) wrote:
As per the documentation, the
@types
attribute may take any values, one of which is explicitly stated as being "ui".The text was updated successfully, but these errors were encountered: