Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoBayesian.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by yoffy, Thu Oct 21 04:26:38 2004 UTC revision 1.7 by yoffy, Thu Oct 21 04:28:15 2004 UTC
# Line 443  begin Line 443  begin
443                                          end;                                          end;
444                                          // '゛゜ー' は平仮名、またはカタカナに含まれる                                          // '゛゜ー' は平仮名、またはカタカナに含まれる
445                                          if (mode = ModeWHira) or (mode = ModeWKata) then                                          if (mode = ModeWHira) or (mode = ModeWKata) then
446                                                  if ch in [$814a, $814b, $815b] then                                                  if (ch = $814a) or (ch = $814b) or (ch = $815b) then
447                                                          newMode := mode;                                                          newMode := mode;
448                                  end else begin                                  end else begin
449                                          newMode := ModeWhite;                                          newMode := ModeWhite;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26