-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'wc' prefix instead of suffix for wide-char word break APIs.
To be consistent with other modules, wide-char APIs should be prefixed, not suffixed with 'wc'. * include/thai/thwbrk.h: * src/libthai.c: * src/libthai.def: * src/libthai.map: * src/thwbrk/thwbrk.c: * tests/test_thwbrk.c: - Rename th_brk_find_breaks_wc() -> th_brk_wc_find_breaks(). - Rename th_brk_insert_breaks_wc() -> th_brk_wc_insert_breaks(). Cc: pull request #1
- Loading branch information
Showing
7 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2016-06-26 Theppitak Karoonboonyanan <[email protected]> | ||
|
||
Use 'wc' prefix instead of suffix for wide-char word break APIs. | ||
|
||
To be consistent with other modules, wide-char APIs should be | ||
prefixed, not suffixed with 'wc'. | ||
|
||
* include/thai/thwbrk.h: | ||
* src/libthai.c: | ||
* src/libthai.def: | ||
* src/libthai.map: | ||
* src/thwbrk/thwbrk.c: | ||
* tests/test_thwbrk.c: | ||
- Rename th_brk_find_breaks_wc() -> th_brk_wc_find_breaks(). | ||
- Rename th_brk_insert_breaks_wc() -> th_brk_wc_insert_breaks(). | ||
|
||
2016-06-25 Theppitak Karoonboonyanan <[email protected]> | ||
|
||
Rename the new APIs to be more meaningful. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters