ICU 58 (HEAD as of this writing) ``` > 'Πατάτα'.toLocaleUpperCase('el') 'ΠΑΤΆΤΑ' ``` should be `ΠΑΤΑΤΑ` (no accent) investigate… may be related to hard coded lists mentioned in http://bugs.icu-project.org/trac/ticket/12647 // cc @nodejs/intl @jshin