1 # ***************************************************************************
3 # * Copyright (C) 2004-2013, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
6 # ***************************************************************************
7 # File: Han_Latin_Names.txt
11 $startOfHan = [^[:Han:]] \u0020?; # pre-context for surname-only readings
13 # After the above, Hanzi are separated by space from each other and from letters;
14 # take this into account when specifying context.
15 # First specify mappings that depend on specific adjacent hanzi:
19 # The following maps 长 to the standard reading zhǎng for this case,
20 # to override the normal name reading 长 →cháng below.
21 $startOfHan { 长 } \u0020? 孙 →zhǎng;
22 # Now mappings that depend on no context or $startOfHan only
26 $startOfHan { 种 →chóng;
27 $startOfHan { 重 →chóng;
28 $startOfHan { 刀 →diāo;
41 $startOfHan { 单 →shàn;
42 $startOfHan { 召 →shào;
45 $startOfHan { 沈 →shěn;