Skip to content

Releases: oscar7070/RTLScript

RTLScript 1.5 release

02 Aug 18:41
d3a8a85
Compare
Choose a tag to compare

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

27 Jun 09:07
5d85d39
Compare
Choose a tag to compare

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

16 Jun 09:12
b215d2d
Compare
Choose a tag to compare

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

15 Jun 11:59
8a168bf
Compare
Choose a tag to compare

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

01 Jun 20:28
66f2c7d
Compare
Choose a tag to compare

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

20 May 08:47
d8c715a
Compare
Choose a tag to compare

Known bugs:
Maybe if you will use English and Arabic for example in the same line it's may be broken.