Skip to content

RTLScript 1.5 release

Latest
Compare
Choose a tag to compare
@oscar7070 oscar7070 released this 02 Aug 18:41
· 6 commits to master since this release
d3a8a85

What's new:

Now you can use Arabic tashkil!

Added: Ar_AlphabetAllLettersLeanth and now Ar_AlphabetAllLetters is a array!

Added: Array of Hebrew chars He_AlphabetAllLetters and He_AlphabetAllLettersLeanth.

Added new methods: bool CheckForAnyArabicDiacritic(const std::string arCharacter), int GetPreviousCharElementIgnoringDiacritic(const std::vectorstd::string text, int element), int GetNextCharElementIgnoringDiacritic(const std::vectorstd::string text, int element).

Added: RTLSCRIPT_NOT_AR_CHAR to mark char as not Arabic instead of write: !AR.

Many other API changes: most of them rename of fields names.

Full Changelog: v1.4...v1.5