| 
															
																@@ -159,7 +159,7 @@ module.exports = { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             let capChars, unitChars; 
															 | 
															
															 | 
															
																             let capChars, unitChars; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             if (isTraditionalCap) { 
															 | 
															
															 | 
															
																             if (isTraditionalCap) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 capChars = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"]; 
															 | 
															
															 | 
															
																                 capChars = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                unitChars = ["" , "拾", "佰", "仟", "萬", "拾", "佰", "仟", "億", "拾", "佰", "仟", "萬"]; 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                unitChars = ["" , "拾", "佰", "仟", "萬", "拾", "佰", "仟", "亿", "拾", "佰", "仟", "万"]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             } else { 
															 | 
															
															 | 
															
																             } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 capChars = ["零", "一", "二", "三", "四", "五", "六", "七", "八", "九"]; 
															 | 
															
															 | 
															
																                 capChars = ["零", "一", "二", "三", "四", "五", "六", "七", "八", "九"]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 unitChars = ["" , "十", "百", "千", "万", "十", "百", "千", "亿", "十", "百", "千", "万"]; 
															 | 
															
															 | 
															
																                 unitChars = ["" , "十", "百", "千", "万", "十", "百", "千", "亿", "十", "百", "千", "万"]; 
															 |