You mean an entry like:sheppaul wrote:I've just tried replacement rules using "tcmatch.dic".
This is quiet a nice feature as it's possible to search files simultaneously in both english and korean.
However, I've found some weird action.
"Case sensitive" (of english chars) does not work with "tcmatch.dic".
Here is the "tcmatch.dic".
Code: Select all
g ㄱ
Sorry I think I will not include this feature. Use 2 entries instead:
Code: Select all
g ㄱ
G ㄱ
Let me explain this a little bit more:
Perhaps you mean that "g" does not match "G" anymore with the above first entry. If you search for "goal" and the file is named "Goal.txt" then this entry changes the search string to "ㄱoal" and the filename is untouched. This is all done before the matching even starts. So "ㄱoal" doesn't fit to "Goal.txt" anymore.
Perhaps I should not have included this feature. It will probably cause much trouble.