diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-03 16:08:38 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-03 16:08:38 +0100 |
commit | d234c1ca09af512e9a13579a6fff8d5834d7b36c (patch) | |
tree | d36c82ff54ddf04b83e3d5154bc32278f16fcf09 /include/unicode/iso.h | |
parent | ec9c8e682d615cd2b51ea0fec05273ed4dcad50a (diff) |
Separated out remaining functions from unicode.h, documentation
Diffstat (limited to 'include/unicode/iso.h')
-rw-r--r-- | include/unicode/iso.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/unicode/iso.h b/include/unicode/iso.h index 1f5f007..24e3dd1 100644 --- a/include/unicode/iso.h +++ b/include/unicode/iso.h @@ -1,3 +1,16 @@ +// +// Reichwein.IT Unicode Library +// +// ISO 8895 (-1 and -15) handling functions (i.e. Latin-1 and Latin-9) +// +// Implementation of iso_iterator for reading individual Unicode code points +// from an string or container input, and a iso_back_insert_iterator for +// writing them to the destination. +// +// The design is made to be compatible to the respective iterators in utf.h +// to make it easy to combine them. +// + #pragma once #include "types.h" |