Re: [14] RFR: 8231273: Upgrade CLDR to v36

2019-10-25 Thread Roger Riggs
HI Naoto, cldrconverter/Bundle.java: 233-246:  If there is a parent list, it seems to ignore/drop patterns greater than plist.size(). This would be clearer if it always processed all the patterns and used the parent if the pattern[i] was empty and i < plist.size().  Switching around the range

Re: [14] RFR: 8231273: Upgrade CLDR to v36

2019-10-25 Thread naoto . sato
Hi Roger, Thanks for the review. On 10/25/2019 AD 11:57 午前, Roger Riggs wrote: HI Naoto, cldrconverter/Bundle.java: 233-246:  If there is a parent list, it seems to ignore/drop patterns greater than plist.size(). This would be clearer if it always processed all the patterns and used the par