package cpdf

  1. Overview
  2. Docs
PDF command line tools

Install

Dune Dependency

Authors

Maintainers

Sources

v2.7.1.tar.gz
md5=9dc2502c6e97a786cdd1af5e1db5a2e1
sha512=b23c1c151f095d11b6c3c56766cdc05aa6b12a0e1224880a050f69f67c4d40053f2415ac3f9e54233bf8314ca8bdfccc2c65dd44b0c6d60ae8d7c08b1c411a04

doc/cpdf/Cpdfunicodedata/index.html

Module Cpdfunicodedata

UnicodeData.txt in parsed form

val unicodedata_source : string

The source, compressed.

type t = {
  1. code_value : string;
  2. character_name : string;
  3. general_category : string;
  4. canonical_combining_classes : string;
  5. bidirectional_category : string;
  6. character_decomposition_mapping : string;
  7. decimal_digit_value : string;
  8. digit_value : string;
  9. numeric_value : string;
  10. mirrored : string;
  11. unicode_10_name : string;
  12. iso_10646_comment_field : string;
  13. uppercase_mapping : string;
  14. lowercase_mapping : string;
  15. titlecase_mapping : string;
}

The type of a single entry from UnicodeData.txt

val unicodedata : unit -> t list

The unicode data. We pass a unit because it is parsed upon demand and memoised.

OCaml

Innovation. Community. Security.