PAText UTF8

From Qt Wiki
Revision as of 16:16, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PAText (UTF-8 Version)

Pointing to the previous multi-byte version (link [qt.io]) the new version comes with improvements and better functionality.

Changes

2.0.0

  • Process UTF-8 encoded bytes
  • Changed comparison method from “byte to byte” to “byte(s) to table”, so even translated chars would be reformatted
  • Added isolator function which replaces ligature words
  • Fixed the character “ی” problems with Persian layout
  • No longer in QPlugs namespace

2.1.0

  • Added another Persian ‘ی’ character to the map table
  • Added “detranslate()” function for a reverse action

Source Code

“patext.h”

“patext.cpp”

Sample Code