1
0
Fork 0
forked from len0rd/rockbox

Set SVN keywords; small addition to the comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2010-04-07 19:30:32 +00:00
parent b5466cd2ec
commit a57ec82a4e

View file

@ -22,8 +22,9 @@
#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
/* Tests whether a given charactor code is a diacritic mark.
* Sets is_rtl (if it's not NULL) to whether the character
* belongs to an RTL language.
*/
int is_diacritic(const unsigned short char_code, bool *is_rtl);
#endif