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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
a6805333
Commit
a6805333
authored
Nov 11, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(map_char_table_for_charset): Add comment.
parent
6f1b43a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
src/chartab.c
src/chartab.c
+21
-0
No files found.
src/chartab.c
View file @
a6805333
...
...
@@ -980,6 +980,27 @@ map_sub_char_table_for_charset (c_function, function, table, arg, range,
}
/* Support function for `map-charset-chars'. Map C_FUNCTION or
FUNCTION over TABLE, calling it for each cahracter or a group of
succeeding characters that have non-nil value in TABLE. TABLE is a
"mapping table" or a "deunifier table" of a certain charset.
If CHARSET is not NULL (this is the case that `map-charset-chars'
is called with non-nil FROM-CODE and TO-CODE), it is a charset who
owns TABLE, and the function is called only on a character in the
range FROM and TO. FROM and TO are not character codes, but code
points of a character in CHARSET.
This function is called in these two cases:
(1) A charset has a mapping file name in :map property.
(2) A charset has an upper code space in :offset property and a
mapping file name in :unify-map property. In this case, this
function is called only for characters in the Unicode code space.
Characters in upper code space are handled directly in
map_charset_chars. */
void
map_char_table_for_charset
(
c_function
,
function
,
table
,
arg
,
charset
,
from
,
to
)
...
...
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