Skip to content

Commit

Permalink
Fix typo in TIS-620 character name.
Browse files Browse the repository at this point in the history
* include/thai/tis.h:
  - Fix typo TIS_[S]YMBOL_BAHT, with backward compatibility macro.
  • Loading branch information
thep committed Sep 18, 2021
1 parent 7f8be17 commit 6c6ab4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2021-09-18 Theppitak Karoonboonyanan <[email protected]>

Fix typo in TIS-620 character name.

* include/thai/tis.h:
- Fix typo TIS_[S]YMBOL_BAHT, with backward compatibility macro.

2021-08-31 Theppitak Karoonboonyanan <[email protected]>

Update Doxyfile for doxygen 1.9.1.
Expand Down
5 changes: 4 additions & 1 deletion include/thai/tis.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#define TIS_SARA_U 0xd8
#define TIS_SARA_UU 0xd9
#define TIS_PHINTHU 0xda
#define TIS_YMBOL_BAHT 0xdf
#define TIS_SYMBOL_BAHT 0xdf
#define TIS_SARA_E 0xe0
#define TIS_SARA_AE 0xe1
#define TIS_SARA_O 0xe2
Expand Down Expand Up @@ -118,6 +118,9 @@
#define TIS_ANGKHANKHU 0xfa
#define TIS_KHOMUT 0xfb

/* For backward compatibility with libthai 0.1.28 and below */
#define TIS_YMBOL_BAHT 0xdf

#endif /* THAI_TIS_H */


0 comments on commit 6c6ab4a

Please sign in to comment.