Releases: oscar7070/RTLScript
RTLScript 1.5 release
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
RTLScript 1.4 release
What's new:
Added RTLScriptConverterProperties for ConvertToFixed().
Added RTLSCRIPT_RELEASE_TYPE.
Arabic letter Alef renamed to Alif.
Some API tiny changes.
Full Changelog: v1.3...v1.4
RTLScript 1.3 release
What's new:
Added CheckForAnyTypeOfLaamAlef(const std::string& arCharacter) function.
Added support for extra symbols: لإ & لآ.
Fixed extra symbols LaamAlef not correct form.
Some API changes mostly rename of many stuff.
Known bugs:
Maybe if you will use English and Arabic for example in the same line it's may be broken.
Full Changelog: v1.2...v1.3
RTLScript 1.2 release
What's new:
Added full Urdu support!
Added support for extra symbols like: لا, لأ, الله.
Added function to check if the char is specific Arabic char.
Some API changes.
Rename of some stuff.
Some fixes.
Known bugs:
Maybe if you will use English and Arabic for example in the same line it's may be broken.
Full Changelog: v1.1...v1.2
RTLScript 1.1 release
What's new:
Fixes of a compiler warnings and some other small fixes.
Known bugs:
Maybe if you will use English and Arabic for example in the same line it's may be broken.
Full Changelog: v1.0...v1.1
RTLScript 1.0 release
Known bugs:
Maybe if you will use English and Arabic for example in the same line it's may be broken.