-
I used fontdiff to compare Phase 3 normal TTF with a Phase 3 GX font and found that fontdiff doesn't consider "font-weight:400" in the specimen HTML and render Black weight of GX font.
~/fontdiff/b…
-
As a good practice, we should convert any encoded string (UTF-8, ISO-8859-1 etc.) to Unicode in software input, work on data using Unicode and then, just before outputting data, convert it to some enc…
-
Please add
http://unicode.org/udhr/d/udhr_chr.html
to the nototools repository.
-
Hi,
I’m encountering a Python error every time I launch command:
codeclimate-test-reporter --debug --token [my_token]
You can reproduce the error this way:
git clone https://github…
-
Here's the First Article in Tswana, copied and pasted from Omniglot.
Batho botlhe ba tsetswe ba gololosegile le go lekalekana ka seriti le ditshwanelo. Ba abetswe go akanya le maikutlo, mme ba tshwane…
-
fontdiff generates an output when presented with the TTC fonts.
for example,
build/out/Default/fontdiff \
--before /Users/marekj/Downloads/SourceHanSerif2ND-Regular.ttc \
--after /Users/mare…
-
The following files use an apostrophe instead of the correct, language-specific character, as far as I can tell.
```
el-Grek-monoton_udhr.txt: 'O -> Ό (U+038C, GREEK CAPITAL LETTER OMICRON WITH TONOS…
-
Function guess.lang attempts to call read.udhr to read the zip file. There is no read.udhr S3 method, so it fails.
-
I used [NotoSerifThai-MM.glyphs.zip](https://github.com/googlei18n/fontmake/files/176455/NotoSerifThai-MM.glyphs.zip) as input to both pipeline and to the Glyphs.app on Mac.
The pipeline produced th…
-
According to documentation:
```
tika.text('http://www.ohchr.org/EN/UDHR/Documents/UDHR_Translations/eng.pdf',
function(err, text, meta) {
// ...
});
```
should work. However, later …