[go: up one dir, main page]

File: TODO

package info (click to toggle)
sombok 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,508 kB
  • ctags: 664
  • sloc: ansic: 38,009; sh: 3,059; perl: 769; makefile: 120
file content (15 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ToDo on next major release:

- offset, length or pos arguments of gcstring_setpos(), gcstring_shrink(),
  gcstring_substr(), gcstring_replace(), gcstring_lbclass() and
  gcstring_lbclass_ext() would be ssize_t, not int.

- Following functions would be deprecated:
  - linebreak_lbrule
  - linebreak_set_user and user_func/user_data members
  - linebreak_lbclass
  - linebreak_eawidth

- Separated libraries for character database, grapheme cluster segmentation
  and line breaking.