《移动Agent技术》一书的所有章节源代码。

源代码在线查看: font.properties.ko

软件大小: 28403 K
上传用户: ABC258369000
关键词: Agent 移动 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				# @(#)font.properties.ko	1.7 98/01/26
				#
				# AWT Font default Properties for Korean Windows
				#
				
				#
				# ibm.6789 - Won character not being displayed in AWT on Win95
				# Seems to be a feature of Win95 not printing the unicode directly for that
				# value so to 'get-around' the problem, the xxxx.1 excludes the Won unicode
				# value so it drops through to xxxx.2 which has been added with an explicit
				# converter. The converter used is EUC_KR as that is the default encoding.
				#
				
				dialog.0=Arial,ANSI_CHARSET
				dialog.1=Gulim,HANGEUL_CHARSET
				dialog.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
				dialog.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				dialog.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				dialoginput.0=Courier New,ANSI_CHARSET
				dialoginput.1=Gulim,HANGEUL_CHARSET
				dialoginput.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
				dialoginput.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				dialoginput.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				serif.0=Times New Roman,ANSI_CHARSET
				serif.1=Gulim,HANGEUL_CHARSET
				serif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
				serif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				serif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				sansserif.0=Arial,ANSI_CHARSET
				sansserif.1=Gulim,HANGEUL_CHARSET
				sansserif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
				sansserif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				sansserif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				#ibm.11247 - replaced 0,1 and 2 to make monospaced characters draw really monoospaced
				monospaced.0=\uad74\ub9bc\uccb4,HANGEUL_CHARSET
				monospaced.1=Courier New,ANSI_CHARSET
				monospaced.2=\uad74\ub9bc\uccb4,HANGEUL_CHARSET,NEED_CONVERTED
				monospaced.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				monospaced.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				#ibm.11247 - standard n117p values
				#monospaced.0=Courier New,ANSI_CHARSET
				#monospaced.1=Gulim,HANGEUL_CHARSET
				#monospaced.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
				
				# name aliases
				#
				# - commented out in Javasoft code but reenabled for ibm.6835
				#
				alias.timesroman=serif
				alias.helvetica=sansserif
				alias.courier=monospaced
				
				# for backword compatibility
				#
				# - the first 3 are commented out for ibm.6835 in favour of the aliases
				#   above which allow DBCS chars to display
				#
				# timesroman.0=Times New Roman,ANSI_CHARSET
				# helvetica.0=Arial,ANSI_CHARSET
				# courier.0=Courier New,ANSI_CHARSET
				zapfdingbats.0=WingDings,SYMBOL_CHARSET
				
				# Default font definition
				#
				default.char=2751
				
				# Static FontCharset info.
				#
				fontcharset.dialog.2=sun.io.CharToByteEUC_KR
				fontcharset.dialog.3=sun.awt.windows.CharToByteWingDings
				fontcharset.dialog.4=sun.awt.CharToByteSymbol
				
				fontcharset.dialoginput.2=sun.io.CharToByteEUC_KR
				fontcharset.dialoginput.3=sun.awt.windows.CharToByteWingDings
				fontcharset.dialoginput.4=sun.awt.CharToByteSymbol
				
				fontcharset.serif.2=sun.io.CharToByteEUC_KR
				fontcharset.serif.3=sun.awt.windows.CharToByteWingDings
				fontcharset.serif.4=sun.awt.CharToByteSymbol
				
				fontcharset.sansserif.2=sun.io.CharToByteEUC_KR
				fontcharset.sansserif.3=sun.awt.windows.CharToByteWingDings
				fontcharset.sansserif.4=sun.awt.CharToByteSymbol
				
				fontcharset.monospaced.2=sun.io.CharToByteEUC_KR
				fontcharset.monospaced.3=sun.awt.windows.CharToByteWingDings
				fontcharset.monospaced.4=sun.awt.CharToByteSymbol
				
				# Exclusion Range info.
				#
				exclusion.dialog.0=0100-20ab,20ad-f8ff
				exclusion.dialog.1=20a9-20a9
				
				exclusion.dialoginput.0=0100-20ab,20ad-f8ff
				exclusion.dialoginput.1=20a9-20a9
				
				exclusion.serif.0=0100-20ab,20ad-f8ff
				exclusion.serif.1=20a9-20a9
				
				exclusion.sansserif.0=0100-20ab,20ad-f8ff
				exclusion.sansserif.1=20a9-20a9
				
				exclusion.monospaced.0=0100-20ab,20ad-f8ff
				exclusion.monospaced.1=20a9-20a9
				
				# charset for text input
				#
				inputtextcharset=HANGEUL_CHARSET
				
							

相关资源