Blame fc-lang/README

Packit 352660
Requirements for adding new orth file:
Packit 352660
Packit 352660
* we are following up to the locale name, 2 or 3 letter code
Packit 352660
  in ISO 639 and ISO 3166-1 alpha-2 code to determine a
Packit 352660
  filename. if it's not yet available, in advance, you
Packit 352660
  should get it fixed in glibc or so.
Packit 352660
Packit 352660
* Please add a reference URL (written in English as far as
Packit 352660
  possible) into the orth file that explains the code
Packit 352660
  coverage for the certain language. this would helps to
Packit 352660
  review if it has enough coverage.
Packit 352660
Packit 352660
* no need to add all of the codepoints for the certain
Packit 352660
  language. good enough if it covers most frequently used
Packit 352660
  codepoints in it.
Packit 352660
Packit 352660
To update existing orth files:
Packit 352660
Packit 352660
* Please make sure how the changes affects to the existing
Packit 352660
  fonts and no regressions except it is expected behavior.
Packit 352660
Packit 352660
* Please add any reference URL in bugzilla or any
Packit 352660
  explanation why it needs to be added/removed and also why
Packit 352660
  current orth file doesn't work.
Packit 352660
Packit 352660
* Please provide a test case what fonts are supposed to be
Packit 352660
  accepted against the change and what fonts aren't.
Packit 352660