tsroten / dragonmapper

Identification and conversion functions for Chinese text processing
MIT License
56 stars 19 forks source link

numbered_to_accented incorrectly converts 'v' vowel #4

Closed tsroten closed 10 years ago

tsroten commented 10 years ago

numbered_to_accented() leaves the 'v' vowel untouched because it automatically returns it without processing it. The function that replaces 'v' with '\u00fc' needs to come before the check for unaccented vowels.