File: README.md

package info (click to toggle)
tcllib 2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,560 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (13 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Content

This directory contains all the files nedded to generate `modules/textutil/wcswidth.tcl` from the
associated Unicode database file.

These are

  1. `EastAsianWidth.txt`, the unicode database file itself, and
  2. `build.tcl`, the script to generate the code from the previous

The sub directory `alternates` contains the research undertaken to choose the current
implementation. This includes various alternate build scripts, generated code, benchmarking scripts,
and their results.