Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
caa97cc
)
Support UTF-8 characters as word delimiters
author
Jan Christoph Ebersbach <
[email protected]
>
Fri, 22 May 2015 14:06:57 +0000
(16:06 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 25 May 2015 06:35:32 +0000
(08:35 +0200)
For a higher usefulness of the utf8strchr function, the index of the
UTF-8 character could be returned in addition with a Rune instead of a
char*. Since utf8strchr is currently only used by ISDELIM I didn't
bother to increase the complexity.
No differences found