mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Add comment to is_diacritic()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25521 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
289d66e330
commit
b5466cd2ec
1 changed files with 3 additions and 0 deletions
|
|
@ -22,5 +22,8 @@
|
|||
#define _DIACRITIC_H_
|
||||
#include "system.h"
|
||||
|
||||
/* Tests whether a given charactor code is a diacritic mark
|
||||
* Sets is_rtl if the character belongs to an RTL language
|
||||
*/
|
||||
int is_diacritic(const unsigned short char_code, bool *is_rtl);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue