summaryrefslogtreecommitdiff
path: root/data/charwidths.jl
Commit message (Collapse)AuthorAgeFilesLines
* charwidth=1 for soft hyphen and unassigned codepoints (#135)Steven G. Johnson2018-07-241-12/+17
| | | | | | | | | | | | | | | | * use width=1 for soft hyphen and for unassigned/PUA codepoints * don't count unassigned codepoints when comparing with system wcwidth * more tests * indentation fixes * NEWS for 135 * remove special-casing for arabic control characters affecting a span of numbers, which are sometimes zero-width and sometimes not * regenerate
* update to unicode 10 (#132)Steven G. Johnson2018-04-271-12/+1
|
* Fix deprecated warnings with Julia 0.4Peter Colberg2015-10-311-6/+12
|
* Generate fontforge font files in makefilePeter Colberg2015-10-291-9/+2
| | | | | | | | | | | Revise the script to directly read fontforge font files, which are generated in the makefile. This permits overriding the fontforge path during the build, and executing fontforge in parallel with make -j. Avoid duplicating download URLs in the script, which ensures that the script itself works without network access, e.g., when downloading the data files on a developer machine with network access and executing the script on a build machine without network access.
* fix #46 (make sure symbol-like codepoints have nonzero width even if they ↵Steven G. Johnson2015-06-241-12/+41
| | | | aren't in Unifont)
* Minor fixes to work with Unicode 8.0.0 dataJiahao Chen2015-06-201-2/+3
|
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+161