tree: d5572f5b368f19590b2121a01b4c07472ec684c8
  1. fixunicodevalue.cc
  2. fixunicodevalue.h
  3. generated_entities.cc
  4. generated_ulscript.cc
  5. generated_ulscript.h
  6. getonescriptspan.cc
  7. getonescriptspan.h
  8. getonescriptspan_test.cc
  9. integral_types.h
  10. offsetmap.cc
  11. offsetmap.h
  12. port.h
  13. README.md
  14. stringpiece.h
  15. text_processing.cc
  16. text_processing.h
  17. utf8acceptinterchange.h
  18. utf8prop_lettermarkscriptnum.h
  19. utf8repl_lettermarklower.h
  20. utf8scannot_lettermarkspecial.h
  21. utf8statetable.cc
  22. utf8statetable.h
src/script_span/README.md

The code in this directory identifies the scripts present in a given piece of text along with the corresponding spans. The code was copied from CLD2 and was slightly refactored. It can be further simplified and cleaned up.