#ifndef _OLDALIGN_H_ #define _OLDALIGN_H_ #include #include "unicode.h" #include "resa.h" #define MAXIGNORE 1 void alignRaw (UnicodeString &rmap, std::vector &toks, std::vector &tokstart, std::vector &tokend); bool unUnicodeMatch(UChar a, UChar b); #endif