Review Request 112068: KCharSelect: Show LaTeX commands for Unicode characters

Thiago Macieira thiago at kde.org
Tue Aug 13 23:36:24 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112068/#review37740
-----------------------------------------------------------


Don't put QChar in your structures. That makes them non-POD. Use ushort only.

Try to find an alternative to the structure containing QString too (as in, removing the QString).

- Thiago Macieira


On Aug. 13, 2013, 10:01 p.m., Thomas Fischer wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/112068/
> -----------------------------------------------------------
> 
> (Updated Aug. 13, 2013, 10:01 p.m.)
> 
> 
> Review request for kdelibs and KDE Utils.
> 
> 
> Description
> -------
> 
> Attached patch tries to determine the LaTeX command sequence for a given Unicode character. Right now, the most common latin-based characters and selected symbols are covered.
> The translation table is based on the source code used in KBibTeX (BibTeX editor) and corrections/updates can be easily shared between both projects.
> 
> 
> Diffs
> -----
> 
>   kdeui/widgets/kcharselect.h de9e184 
>   kdeui/widgets/kcharselectdata.cpp 41eab5b 
>   kdeui/widgets/kcharselectdata_p.h c6f7a3a 
> 
> Diff: http://git.reviewboard.kde.org/r/112068/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Thomas Fischer
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20130813/2c6f7ea3/attachment.html>


More information about the Kde-utils-devel mailing list