# umktmdf.txt
# 
# Copyright (c) 2023 Ricoh Company, Ltd.
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#     http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# 

#
# # 以降はコメントとみなされる。
# トークンのセパレータは、SPACE又はTAB(の連続)である。
# 先頭に、SPACE又はTAB(の連続)が入っていてもかまわない。
#
# 第1トークンは、文字コード(16進数)
# 第2トークンは、文字種コード(10進数)
#
# 文字種:
#	1		漢字
#	2		数字
#	3		英大文字
#	4		英小文字
#	5		カタカナ
#	6		通常の記号
#	7-39	ひらがな
#	40		カタカナ小文字等(カタカナだが先頭に来にくい)
#	41		漢数字
#	98		可変文字種文字
# 	(注)0、42 は別の用途に使われているので使用禁止。
#
		002D	98	# HYPHEN-MINUS[-] */
		2010	98	# HYPHEN */
		2011	98	# NON-BREAKING HYPHEN */
		2015	98	# HORIZONAL BAR[—] */
		207B	98	# SUPERSCRIPT MINUS */
		208B	98	# SUBSCRIPT MINUS */
		2212	98	# MINUS SIGN */
		FE63	98	# SMALL HYPHEN-MINUS */
		FF0D	98	# FULLWIDTH HYPHEN-MINUS */
