Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
95e1afc6
Commit
95e1afc6
authored
Jul 09, 2011
by
Eli Zaretskii
Browse files
Update commentary on bidi.c.
parent
7a2f5f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/bidi.c
src/bidi.c
+6
-1
No files found.
src/bidi.c
View file @
95e1afc6
...
...
@@ -35,11 +35,16 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
details about its algorithm that finds the next visual-order
character by resolving their levels on the fly.
T
he t
wo other entry points are bidi_paragraph_init and
Two other entry points are bidi_paragraph_init and
bidi_mirror_char. The first determines the base direction of a
paragraph, while the second returns the mirrored version of its
argument character.
A few auxiliary entry points are used to initialize the bidi
iterator for iterating an object (buffer or string), push and pop
the bidi iterator state, and save and restore the state of the bidi
cache.
If you want to understand the code, you will have to read it
together with the relevant portions of UAX#9. The comments include
references to UAX#9 rules, for that very reason.
...
...
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