// WbData.h
//
// static data & search routines for Korean Word Breaker
//
// Copyright 2000 Microsoft Corp.
//
// Modification History:
//  20 APR 2000	  bhshin	created

#ifndef _WBDATA_H
#define _WBDATA_H

BOOL IsOneJosaContent(WCHAR wchInput);
BOOL IsNoPrefix(WCHAR wchInput);

#endif // #ifndef _WBDATA_H
