Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a6e8d97c
Commit
a6e8d97c
authored
Jun 13, 2010
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bidi.c (bidi_mirror_char): Fix commentary.
parent
b840e612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/bidi.c
src/bidi.c
+4
-4
No files found.
src/bidi.c
View file @
a6e8d97c
...
...
@@ -230,10 +230,10 @@ bidi_get_category (bidi_type_t type)
}
}
/* Return the mirrored character of C, if
any.
Note: The conditions in UAX#9 clause L4
must be tested by the
caller. */
/* Return the mirrored character of C, if
it has one. If C has no
mirrored counterpart, return C.
Note: The conditions in UAX#9 clause L4
regarding the surrounding
context must be tested by the
caller. */
int
bidi_mirror_char
(
int
c
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment