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:
parent
b5466cd2ec
commit
a57ec82a4e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue