GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Wiki
tamra
/
scim-wnn
Browse code
Anthyプラグインを文節単位エンジン切り替えから除外。
master
1 parent
2300c93
commit
d2b381fee1e6aabb947c3490daccd42250514e25
tamra
authored
on 3 Jan 2006
Patch
Unified
Split
Showing
1 changed file
+2
-1
■
■
■
■■
honoka/plugins/anthyconversion.cpp
Ignore Space
Show notes
View
3
■
■
■
■■
honoka/plugins/anthyconversion.cpp
{
}
bool
AnthyConversion
::
isConnected
()
{
return
true
;
return
current
;
}
void
AnthyConversion
::
reset
(){
//anthy_release_context(context);
yomiText
=
yomi
;
}
int
AnthyConversion
::
ren_conversion
()
{
if
(!
current
)
return
0
;
/*
WideString yt;
for(int i = 0;i < yomiText.length();i ++) {
if (yomiText[i] == 0x30F4) {
Show line notes below